Author :
kirill
Date :
2025-04-03 11:02:44
Hash :e674ff4e Message :sys/usb: fix potential buffer overflow from oversized USB chunks
If a device announces it will send n bytes but then actually sends a
chunk larger than n bytes, a kernel without DIAGNOSTIC appears to
overwrite memory past the buffer boundary. Conversely, with DIAGNOSTIC
enabled, this memory overwrite does not occur.
OK: mpi@