libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.0-49-gdb390df

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Feb 24 15:58:22 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libnetfilter_conntrack".

The branch, master has been updated
       via  db390dfaf234fac8150c40a05621adca4f7ca9b6 (commit)
      from  6d1b6c378b40dfb29490d397979df329e25089a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit db390dfaf234fac8150c40a05621adca4f7ca9b6
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu Feb 24 15:56:08 2011 +0100

    conntrack: fix subscript is above array bounds in secctx
    
    >   CC     parse.lo
    > parse.c: In function ‘__parse_conntrack’:
    > parse.c:434:15: warning: array subscript is above array bounds
    >
    >        struct nfattr *tb[CTA_SECCTX_MAX]
    > 434:   ct->secctx = strdup(NFA_DATA(tb[CTA_SECCTX-1]))
    >
    > CTA_SECCTX has value 19, and CTA_SECCTX_MAX is just 1.
    
    Reported-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

Summary of changes:
 src/conntrack/parse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list