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/27 05:17:37 UTC

[GitHub] [httpd] zhou1615 opened a new pull request #302: Fix possible null pointer dereference of apreq_cookie_make()

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


   apreq_cookie_make() will return NULL on failure. However serveral uses
   of it does not check the return value of apreq_cookie_make(), which
   could lead to NULL pointer dereference.


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