]> git.ipfire.org Git - thirdparty/squid.git/commit
Several String fixes.
authoramosjeffries <>
Wed, 27 Feb 2008 17:47:59 +0000 (17:47 +0000)
committeramosjeffries <>
Wed, 27 Feb 2008 17:47:59 +0000 (17:47 +0000)
commitd3925e87702bfdcabc2a70a66c095c967018acda
tree30bc5738c438b7ff45c26682f5715624f3f2ecba
parente3484064fafad7df6b9d05529564690444ba8983
Several String fixes.

- Add two missing includes when configured --disable-inline
- SegFault when newly allocated string set to 0-length.
  buf_ may be NULL and buffer overruns on truncate attempt
src/SquidString.h
src/String.cci