]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed NotNode (!acl) naming: Terminate the name before strncat(name).
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 7 Apr 2016 00:08:06 +0000 (18:08 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 7 Apr 2016 00:08:06 +0000 (18:08 -0600)
commit428cf7bcd3cefb5b7d00ce77a8dbfe7ec2d04894
treeab11f78250f4150d9c92be17b8c4f751066202f8
parentd044196156904985bf51cef4efa677a83585bbd2
Fixed NotNode (!acl) naming: Terminate the name before strncat(name).

The fix may reduce or even eliminate garbage in logged ACL names (at
least). The bug was exposed by valgrind's "Conditional jump or move
depends on uninitialised value(s)" error.
src/acl/BoolOps.cc