httpd icon indicating copy to clipboard operation
httpd copied to clipboard

Fix possible NULL pointer dereference casued by apreq_param_make()

Open zhou1615 opened this issue 3 years ago • 0 comments

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().

zhou1615 avatar Mar 28 '22 14:03 zhou1615