[PATCH] Response to TRACE garbled from EBCDIC platform

2008-05-15 Thread David Jones
The response to TRACE when TraceEnable Off is not used on an EBCDIC platform is partially in ASCII and partially in EBCDIC (part readable, part garbage). routine ap_send_http_trace in modules/http_filters.c recreates the request and echoes it back when TRACE is requested. form_header_field (from

Re: bugs/inappropriate coding practice discovered by interproceduralcode analysis for version 2.2.8 of Apache

2008-05-15 Thread Ruediger Pluem
On 05/15/2008 05:29 AM, BOYA SUN wrote: Here is another potential bug we've just discovered, and it seems to be occured in several places. Please also take a look at it if interested, thanks a lot! Boya --- Bug#7 File Name:

Re: bugs/inappropriate coding practice discovered by interproceduralcode analysis for version 2.2.8 of Apache

2008-05-15 Thread Henrik Nordstrom
On tor, 2008-05-15 at 21:00 +0200, Ruediger Pluem wrote: \apache\src\log.c(682):apr_file_puts(errstr, logf); I see nothing reasonable that we can do in this situation but ignoring the error. syslog? Regards Henrik

Re: bugs/inappropriate coding practice discovered by interproceduralcode analysis for version 2.2.8 of Apache

2008-05-15 Thread Ruediger Pluem
On 05/15/2008 09:44 PM, Henrik Nordstrom wrote: On tor, 2008-05-15 at 21:00 +0200, Ruediger Pluem wrote: \apache\src\log.c(682):apr_file_puts(errstr, logf); I see nothing reasonable that we can do in this situation but ignoring the error. syslog? Syslog may not be available and

Re: bugs/inappropriate coding practice discovered by interproceduralcode analysis for version 2.2.8 of Apache

2008-05-15 Thread John ORourke
Henrik Nordstrom wrote: On tor, 2008-05-15 at 21:00 +0200, Ruediger Pluem wrote: \apache\src\log.c(682):apr_file_puts(errstr, logf); I see nothing reasonable that we can do in this situation but ignoring the error. syslog? Please excuse me barging in here but I