]> git.ipfire.org Git - thirdparty/squid.git/commit - compat/xstrto.cc
Fix NULL-dereference added in rev.12611
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Jan 2013 23:44:49 +0000 (16:44 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Jan 2013 23:44:49 +0000 (16:44 -0700)
commit925a2a9f424a196bd0ef03d22b7d594d2a1b9889
tree41441d6ded1d33e0429f741365c2a6b197ee692b
parent3dd52a0bce52e3f4654e38cd13891b74d5aa6309
Fix NULL-dereference added in rev.12611

* strto*() may be called without a value parameter when used simply to
  verify the content of a string is a valid conversion.

  Detected by Coverity Scan. Issue 970939.
compat/xstrto.cc