diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-29 05:45:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-01 04:27:07 +0100 |
commit | 29ffe1a5c52dae13b6efead97aab9b058f38fce4 (patch) | |
tree | bcca1391f02a01cf1b2d5942a06d392ac0f5be11 /kernel/audit.c | |
parent | [AX25]: Kill ax25_bind() user triggable printk. (diff) | |
download | linux-29ffe1a5c52dae13b6efead97aab9b058f38fce4.tar.xz linux-29ffe1a5c52dae13b6efead97aab9b058f38fce4.zip |
[INET]: Prevent out-of-sync truesize on ip_fragment slow path
When ip_fragment has to hit the slow path the value of skb->truesize
may go out of sync because we would have updated it without changing
the packet length. This violates the constraints on truesize.
This patch postpones the update of skb->truesize to prevent this.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/audit.c')
0 files changed, 0 insertions, 0 deletions