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 15:22:35 UTC

[GitHub] [httpd] zhou1615 opened a new pull request #304: Fix a possible NULL pointer dereference of ap_runtime_dir_relative()

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


   ap_runtime_dir_relative() will return NULL on failure. However cgid_init()
   does not check the return value of ap_runtime_dir_relative() and use it
   directly.
   
   Fix this bug by adding a NULL check.


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