lkml.org 
[lkml]   [2006]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 03/23] NETFILTER: ip_tables: compat error way cleanup
    -stable review patch.  If anyone has any objections, please let us know.
    ------------------

    From: Patrick McHardy <kaber@trash.net>

    This patch adds forgotten compat_flush_offset() call to error way of
    translate_compat_table(). May lead to table corruption on the next
    compat_do_replace().

    Signed-off-by: Vasily Averin <vvs@openvz.org>
    Acked-by: Dmitry Mishin <dim@openvz.org>
    Acked-by: Kirill Korotaev <dev@openvz.org>
    Signed-off-by: Patrick McHardy <kaber@trash.net>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>

    ---
    commit efb1447a67abac93048ad7af0c59cd9b5a9177a6
    tree 9d56a6e758a3ad0e617f2527ac4b4efdeba5b64a
    parent 4410392a8258fd972fc08a336278b14c82b2774f
    author Patrick McHardy <kaber@trash.net> Fri, 17 Nov 2006 06:22:39 +0100
    committer Patrick McHardy <kaber@trash.net> Fri, 17 Nov 2006 06:22:39 +0100

    net/ipv4/netfilter/ip_tables.c | 1 +
    1 file changed, 1 insertion(+)

    --- linux-2.6.18.4.orig/net/ipv4/netfilter/ip_tables.c
    +++ linux-2.6.18.4/net/ipv4/netfilter/ip_tables.c
    @@ -1775,6 +1775,7 @@ free_newinfo:
    out:
    return ret;
    out_unlock:
    + compat_flush_offsets();
    xt_compat_unlock(AF_INET);
    goto out;
    }
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-11-29 23:05    [W:4.072 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site