/[Apache-SVN]
ViewVC logotype

Revision 1867761


Jump to revision: Previous Next
Author: jorton
Date: Mon Sep 30 09:50:44 2019 UTC (4 years, 5 months ago)
Changed paths: 1
Log Message:
Merge r1866760 from ^/httpd/apreq/trunk:

parser_multipart: fix NULL pointer dereference in nested multipart

create_multipart_context() can return NULL if the given Content-Type
was not recognized (if there is no "boundary" attribute).  This
crashes libapreq2.

This bug was introduced by SVN commit 227276.  Prior to this commit,
there was a NULL check, but the commit removed it:

 http://svn.apache.org/viewvc/httpd/apreq/trunk/library/parser_multipart.c?r1=227276&r2=227275&pathrev=227276

Submitted by: max 


Changed paths

Path Details
Directoryhttpd/httpd/trunk/server/apreq_parser_multipart.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26