marc97/02/15 23:44:16
Modified:src http_bprintf.c CHANGES
Log:
Stop vbprintf from core dumping if given a NULL string pointer.
Submitted by: Ken Coar <[EMAIL PROTECTED]>
Reviewed by: Marc Slemko, Dean Gaudet, Jim Jagielski
Revision ChangesPath
1.8 +
brian 96/11/03 12:36:39
Modified:src http_bprintf.c http_config.c http_log.c
http_main.c http_request.c
Log:
Removed $Id lines, per group consensus.
Revision ChangesPath
1.7 +0 -2 apache/src/http_bprintf.c
Index: http_bprin
chuck 96/05/27 19:55:24
Modified:src http_bprintf.c
Log:
Avoid several uninitialized variable warnings with -Wall.
Revision ChangesPath
1.2 +7 -5 apache/src/http_bprintf.c
Index: http_bprintf.c
jim 96/05/27 14:12:58
Added: src http_bprintf.c
Log:
And add the required file