Module Name: src
Committed By: jdolecek
Date: Sun May 31 18:20:24 UTC 2020
Modified Files:
src/sys/dev/usb: usb_subr.c
Log Message:
also set ifc->ui_endpoints to NULL in usbd_free_iface_data() when the value
is freed, to make it impossible to re-enter this by mistake
very likely has no effect for the syzbot problem, but good to do nevetheless
Reported-by: [email protected]
To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/dev/usb/usb_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.