Re: [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()

2021-09-01 Thread Jason A. Donenfeld
For the drivers/net/wireguard part, Reviewed-by: Jason A. Donenfeld

[PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()

2021-08-17 Thread Kees Cook
In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoid intentionally writing across neighboring fields. Replace the existing empty member position markers "headers_start" and "headers_end" with a struct_group(). Thi