• D
    netfilter: h323: bug in parsing of ASN1 SEQOF field · b4232a22
    David Sterba 提交于
    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: NDavid Sterba <dsterba@suse.cz>
    Signed-off-by: NPatrick McHardy <kaber@trash.net>
    b4232a22
nf_conntrack_h323_asn1.c 19.7 KB