You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/02/23 02:05:37 UTC

[GitHub] [trafficserver] maskit opened a new pull request, #9453: Fix parameter parser in ssl_hook_test plugin

maskit opened a new pull request, #9453:
URL: https://github.com/apache/trafficserver/pull/9453

   As you can see on the other lines that use `atoi()`, it should be `ptr + 1` but not `ptr + i`. Current code fails to read the specified value if these parameters are not the first parameter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit merged pull request #9453: Fix parameter parser in ssl_hook_test plugin

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit merged PR #9453:
URL: https://github.com/apache/trafficserver/pull/9453


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org