aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorSteffen Klassert <[email protected]>2011-09-20 23:38:58 +0000
committerDavid S. Miller <[email protected]>2011-09-21 15:20:57 -0400
commitbcf66bf54aabffc150acd1c99e0f4bc51935eada (patch)
tree7373ca2db919a39ea8f2e11416c881121ade0930 /net/lapb/lapb_timer.c
parent561dac2d410ffac0b57a23b85ae0a623c1a076ca (diff)
xfrm: Perform a replay check after return from async codepaths
When asyncronous crypto algorithms are used, there might be many packets that passed the xfrm replay check, but the replay advance function is not called yet for these packets. So the replay check function would accept a replay of all of these packets. Also the system might crash if there are more packets in async processing than the size of the anti replay window, because the replay advance function would try to update the replay window beyond the bounds. This pach adds a second replay check after resuming from the async processing to fix these issues. Signed-off-by: Steffen Klassert <[email protected]> Acked-by: Herbert Xu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions