https://issues.apache.org/bugzilla/show_bug.cgi?id=56924
Mark Montague <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Montague <[email protected]> --- Created attachment 31973 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31973&action=edit patch to fix Content-Type empty value segfault modules/cache/cache_util.c: Fix the segfault by checking the return value of ap_make_content_type() before adding it to the output headers table (only add it if it is not NULL). server/util_script.c: Correct a logic error in processing the Content-Type script header, although the error does not appear to negatively affect anything and is unrelated to the segmentation fault. -- 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]
