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/06/08 18:38:47 UTC

[GitHub] [trafficserver] maskit opened a new pull request, #9806: coverity 1508867: Unchecked dynamic_cast

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

   The assert only checks ProxySession instance returned by `get_proxy_session` inherits `Http2CommonSession`.
   `is_outbound` is defined in Http2CommonSession and the type of `this->session` is Http2CommonSession in the first place.


-- 
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] bryancall commented on pull request #9806: coverity 1508867: Unchecked dynamic_cast

Posted by "bryancall (via GitHub)" <gi...@apache.org>.
bryancall commented on PR #9806:
URL: https://github.com/apache/trafficserver/pull/9806#issuecomment-1588192011

   [approve ci autest]


-- 
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 #9806: coverity 1508867: Unchecked dynamic_cast

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


-- 
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