diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-01-30 06:11:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-01 04:27:11 +0100 |
commit | 2614fa59fa805cd488083c5602eb48533cdbc018 (patch) | |
tree | 604fcae5cb381eadb8d8e13e0bef42a7e0c13d11 /net/bluetooth | |
parent | [IPV4] fib_trie: apply fixes from fib_hash (diff) | |
download | linux-2614fa59fa805cd488083c5602eb48533cdbc018.tar.xz linux-2614fa59fa805cd488083c5602eb48533cdbc018.zip |
[IPCOMP]: Fetch nexthdr before ipch is destroyed
When I moved the nexthdr setting out of IPComp I accidently moved
the reading of ipch->nexthdr after the decompression. Unfortunately
this means that we'd be reading from a stale ipch pointer which
doesn't work very well.
This patch moves the reading up so that we get the correct nexthdr
value.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions