]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: h323: bug in parsing of ASN1 SEQOF field
authorDavid Sterba <dsterba@suse.cz>
Mon, 4 Apr 2011 13:21:02 +0000 (15:21 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Apr 2011 13:21:02 +0000 (15:21 +0200)
commitbc5555bfea804a5b9210f6cb4086d4b7785298e5
tree81bcb79f87d7a36f37f347ef4c4ad95dc8678156
parent84d05cb9a95e4a56fd2b7b15a4dff3f667559764
netfilter: h323: bug in parsing of ASN1 SEQOF field

Static analyzer of clang found a dead store which appears to be a bug in
reading count of items in SEQOF field, only the lower byte of word is
stored. This may lead to corrupted read and communication shutdown.

The bug has been in the module since it's first inclusion into linux
kernel.

[Patrick: the bug is real, but without practical consequence since the
 largest amount of sequence-of members we parse is 30.]

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_h323_asn1.c