mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| af_key.c | ||