And with this, Strings in this branch are now not NUL terminated.
They're explicitly A terminated so I'll potentially see things blow up
(or almost blow up) if the memory just happens to be NULed in the right
spot.
Argh, reimplementing basic string functions sucks; I will be glad when
I'm able to C++ify this. :)
I'd appreciate a review or two if anyone has any time.
Adrian
----- Forwarded message from Adrian Chadd <[EMAIL PROTECTED]> -----
Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid/libbuf
Modified Files:
Tag: s27_adri
String.c String.h buf.c
Log Message:
Rewrite a number of String operators to not require NUL-terminted strings; stop
NUL-terminting
strings.
Strings are now "A" terminated. :)