cvs commit: apachen/src/main conf.h

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:16:02 Modified:src/main conf.h Log: Better glibc support for linux. PR: 1542 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.163 +30 -2 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src CHANGES

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:17:17 Modified:src CHANGES Log: pr 1542 Revision ChangesPath 1.530 +2 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v

cvs commit: apachen/src/modules/standard mod_negotiation.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 10:24:59 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix a potential SEGV -- the hdr variable was being incremented twice going past the \0 terminator. Reviewed by: Jim Jagielski, Martin Kraemer Revision Changes

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 15:53:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: - fix an off-by-1 on read() which I think I introduced in an earlier cleanup - fix case where m-desc[] may be left unterminated - note some code which is not