You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2022/03/28 14:10:32 UTC

[GitHub] [httpd] zhou1615 opened a new pull request #303: Fix possible NULL pointer dereference casued by apreq_param_make()

zhou1615 opened a new pull request #303:
URL: https://github.com/apache/httpd/pull/303


   The function apreq_param_make() will return NULL on failure. However
   NULL check are forgetten before derenference, which could lead to
   NULL pointer dereference.
   
   Adding NULL check to all use of apreq_param_make().


-- 
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: notifications-unsubscribe@httpd.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org