CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/30 01:23:50
Modified files:
sys/dev/usb : if_ure.c
Log message:
Use m_devget(9) to replace code that does more or less the same but assumes
the received packet fits in a single mbuf cluster, which isn't necessarily
the case. This might fix the pool corruption seen by jcs@.
ok jcs@, jmatthew@, deraadt@
