mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
75065a8929
When running xfrm_state_walk_init(), the xfrm_address_filter being used
is okay to have a splen/dplen that equals to sizeof(xfrm_address_t)<<3.
This commit replaces >= to > to make sure the boundary checking is
correct.
Fixes:
|
||
---|---|---|
.. | ||
af_key.c | ||
Makefile |