Bug 64031

Summary: possible null dereference in dav_validate_request
Product: Apache httpd-2 Reporter: Giovanni Bechis <giovanni>
Component: mod_davAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: OpenBSD   
Attachments: Assertion to avoid a possible null pointer dereference

Description Giovanni Bechis 2019-12-24 11:30:42 UTC
Created attachment 36929 [details]
Assertion to avoid a possible null pointer dereference

In dav_validate_request a null pointer dereference is possible and should be avoided with a proper assertion.