httpd icon indicating copy to clipboard operation
httpd copied to clipboard

Fix possible null pointer dereference of apreq_cookie_make()

Open zhou1615 opened this issue 3 years ago • 0 comments

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.

zhou1615 avatar Mar 27 '22 05:03 zhou1615