Searched hist:"5458 a63bca18b3651f68bbc82a1d031742dbc62b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/tests/sys/net/ |
H A D | if_epair.c | 5458a63bca18b3651f68bbc82a1d031742dbc62b Tue Jan 28 23:46:51 CET 2020 Kristof Provost <kp@FreeBSD.org> tests: Test for an epair panic
if_epair abused the ifr_data field to insert its second interface in IFC_IFLIST. If userspace provides a value for ifr_data it would get dereferenced by the kernel leading to a panic.
Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com> MFC after: 3 days
|
H A D | Makefile | diff 5458a63bca18b3651f68bbc82a1d031742dbc62b Tue Jan 28 23:46:51 CET 2020 Kristof Provost <kp@FreeBSD.org> tests: Test for an epair panic
if_epair abused the ifr_data field to insert its second interface in IFC_IFLIST. If userspace provides a value for ifr_data it would get dereferenced by the kernel leading to a panic.
Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com> MFC after: 3 days
|