]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #2818: Random unix_group crash at startup due to uninitialized pointer reference
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 24 Feb 2010 10:19:20 +0000 (11:19 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 24 Feb 2010 10:19:20 +0000 (11:19 +0100)
commit056823c5758d1648690dd50745eef39dc10d92c2
treecd136f076d5b858c2e5e46760af5ce0a3808eca0
parent365d894ce6b1eddc7520d11ef51d4c7257b9a834
Bug #2818: Random unix_group crash at startup due to uninitialized pointer reference

The group array was not properly initialized.

This patch also removes the limitation of 10 groups.
helpers/external_acl/unix_group/check_group.c