SUPPORT-8592. fcgi_verify_request_clear(): memset(0) added
This commit is contained in:
parent
08c9a80bd0
commit
21ba41e0dd
1 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,8 @@ fcgi_verify_request_clear(fcgi_verify_request_t *req_info)
|
|||
|
||||
free(req_info->content);
|
||||
free(req_info->verify_error);
|
||||
|
||||
memset(req_info, 0, sizeof(fcgi_verify_request_t));
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue