]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1967 fix: avoid new strncmp() that silently converts char* buffers into
authorrousskov <>
Tue, 22 May 2007 22:37:26 +0000 (22:37 +0000)
committerrousskov <>
Tue, 22 May 2007 22:37:26 +0000 (22:37 +0000)
commitd54056b61f47de24940851cb00de8054bc280234
tree4494405414ff9b8f36c9f90a33faeb2c458c1e6a
parent4f8a9a0fa655eaba99a4dbbd10d67274ba18ff32
Bug #1967 fix: avoid new strncmp() that silently converts char* buffers into
Strings because String length is limited by 64KB and because it is an
expensive conversion.

All similar conversions should be removed, but that is bug #1970.
src/HttpReply.cc