Skip to content
Commit bd5fb0ae authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Peter Chen
Browse files

usb: chipidea: debug: avoid out of bound read



A string written by the user may not be zero terminated.

sscanf may read memory beyond the buffer if no zero byte
is found.

For testing build with CONFIG_USB_CHIPIDEA=y, CONFIG_USB_CHIPIDEA_DEBUG=y.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
parent 0d3bba02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment