| commit | c0ab420c6822529fa5aba05668e1e983b065460f | [log] [tgz] |
|---|---|---|
| author | Nick Bowler <nbowler@elliptictech.com> | Tue Nov 08 12:12:45 2011 +0000 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 25 17:24:51 2012 -0800 |
| tree | 8e8e2be923a3587c3847a98332998f89abdd0da8 | |
| parent | d253520a7b2c2223fb4f704f06d10f2c547bdeef [diff] |
ah: Read nexthdr value before overwriting it in ahash input callback. commit b7ea81a58adc123a4e980cb0eff9eb5c144b5dc7 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>