commit | b7ea81a58adc123a4e980cb0eff9eb5c144b5dc7 | [log] [tgz] |
---|---|---|
author | Nick Bowler <nbowler@elliptictech.com> | Tue Nov 08 12:12:45 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 15:55:53 2011 -0500 |
tree | 4f4b2aeef8f66763cc48dccb7aef505f96601047 | |
parent | 069294e813ed5f27f82613b027609bcda5f1b914 [diff] |
ah: Read nexthdr value before overwriting it in ahash input callback. The AH4/6 ahash input callbacks read out the nexthdr field from the AH header *after* they overwrite that header. This is obviously not going to end well. Fix it up. Signed-off-by: Nick Bowler <nbowler@elliptictech.com> Signed-off-by: David S. Miller <davem@davemloft.net>