]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r247906:
authorlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Mar 2013 06:09:08 +0000 (06:09 +0000)
committerlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Mar 2013 06:09:08 +0000 (06:09 +0000)
commit23aa0fe9f0f517ca585ab559700ac9385ba42919
tree847c7fd5fc1374c152bc790c6ea977a7845a4374
parent737d75b20255e0ecc669b6d79043fe91123f73c4
MFC r247906:

The hashmask returned by hashinit() is a valid index in the returned hash array.
Fix a siftr(4) potential memory leak and INVARIANTS triggered kernel panic in
hashdestroy() by ensuring the last array index in the flow counter hash table is
flushed of entries.

git-svn-id: svn://svn.freebsd.org/base/stable/9@248144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/siftr.c