mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 09:22:17 +02:00
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 | ||