commit | e756682c8baa47da1648c0c016e9f48ed66bc32d | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Sun Jun 05 20:46:03 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 07 21:14:39 2011 -0700 |
tree | e226eebfbdb826f79607751f719ebaaaf810b229 | |
parent | 665c8c8ee405738375b679246b49342ce38ba056 [diff] |
xfrm: Fix off by one in the replay advance functions We may write 4 byte too much when we reinitialize the anti replay window in the replay advance functions. This patch fixes this by adjusting the last index of the initialization loop. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>