httpd
httpd copied to clipboard
Fix possible null pointer dereference of apreq_cookie_make()
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.