libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.1-18-g187c809

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Sat Dec 31 16:43:59 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  187c8099704d4616de9479104ba6560c03f90c39 (commit)
      from  3c5b8711a83caad7d6e4525a823002cac0f593a4 (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 187c8099704d4616de9479104ba6560c03f90c39
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sat Dec 31 16:39:13 2011 +0100

    conntrack: fix size of CTA_PROTOINFO_TCP_FLAGS_ORIGINAL in ARM
    
    We have to use sizeof(struct nf_ct_tcp_flags) instead of
    sizeof(u_int16_t) to avoid problems in Intel IXP4xx network
    processor (ARM big endian).
    
    For more information, please see:
    
    http://markmail.org/message/afhn66qzyebyf7cs#query:+page:1+mid:7bw756ncuyosv23c+state:results
    
    Reported-by: Lutz Jaenicke <ljaenicke at innominate.com>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 include/internal/internal.h |    6 ++++++
 src/conntrack/build.c       |    4 ++--
 src/conntrack/parse.c       |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list