https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209545
--- Comment #2 from [email protected] --- A commit references this bug: Author: sbruno Date: Tue May 24 13:57:24 UTC 2016 New revision: 300612 URL: https://svnweb.freebsd.org/changeset/base/300612 Log: Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater than sc->areq. This is a bounds check to ensure we're not just cramming arbitrarily sized nonsense into the driver and overflowing the heap. PR: 209545 Submitted by: [email protected] MFC after: 2 weeks Changes: head/sys/dev/an/if_an.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
