More updates.

This commit is contained in:
Robert James Kaes 2001-09-04 18:22:12 +00:00
parent c937858ec1
commit 11cbe6cb5b

View File

@ -1,5 +1,11 @@
2001-09-04 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (process_client_headers): Moved the skip header test
in front of the compare_header() function.
* src/ternary.c (ternary_search): Switched to doing case
insensitive searching.
* src/log.c (log_message): Thanks to NeilK for finding and fixing
a problem with the syslog code which can lead to a format string
attack.