Re: Solaris sed based apache filtering module (mod_sed)

2008-06-28 Thread Basant . Kukreja
mod_sed constant length buffer sizes fix : Three buffers linebuf, genbuf and holdbuf are now reallocated dynamically. Sed code has 3 buffers : linebuf : Store a line. holdbuf : store the intemediate hold data (sed h/H commands) genbuf : Used in substitution intermediate results. Original sed has

Compile warning using additonal CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W'

2008-06-28 Thread John Smith
Hi, Ive just downloaded and compiled httpd-2.2.9, but when I add the CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W' I get the following warnings that may require further investigation of an developer : - cast discards qualifiers from pointer target type - comparison between signed and unsigned