https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217312
--- Comment #1 from [email protected] --- A commit references this bug: Author: adrian Date: Thu Feb 23 20:49:17 UTC 2017 New revision: 314181 URL: https://svnweb.freebsd.org/changeset/base/314181 Log: [ifconfig] handle illegal WPS frames Some APs broadcast WPS IE frames with totally broken data. Ifconfig's printwpsie() loops through WPS frames printing the attributes out; if the frame's data is bad, printwpsie() can end up looking at out-of-bounds addresses causing ifconfig to bus error. Thanks to Takashi Inoue at Nihon U for his efforts in debugging this. PR: bin/217312 Submitted by: [email protected] MFC after: 1 week Changes: head/sbin/ifconfig/ifieee80211.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-bugs To unsubscribe, send any mail to "[email protected]"
