]> git.ipfire.org Git - thirdparty/squid.git/commit
- one IRIX an unsigned size_t creates problems when we do (len-1) in snprintf
authorrousskov <>
Fri, 28 Aug 1998 04:00:07 +0000 (04:00 +0000)
committerrousskov <>
Fri, 28 Aug 1998 04:00:07 +0000 (04:00 +0000)
commitab8ec2d82f3b38117ade0bb2524df7b6bd3a379d
tree540e0f79f9bacd72b85f7f874c89a06ca8639e55
parent81a820c6c7a6e374dfc63f1ab794606b621e0795
- one IRIX an unsigned size_t creates problems when we do (len-1) in snprintf
  fixed by cheking that len is positive before subtracting 1.
- return value was sometimes uninitialized when calling snprintf
lib/snprintf.c