https://issues.apache.org/bugzilla/show_bug.cgi?id=51568
Bug #: 51568
Summary: NULL pointer in mod_case_filter_in.c
Product: Apache httpd-2
Version: 2.2.19
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_case_filter / mod_case_filter_in
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
modules/experimental/mod_case_filter_in.c
when malloc fails
buf = malloc(len);
for(n=0 ; n < len ; ++n)
buf[n] = apr_toupper(data[n]);
best
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]