commit | 0393e735649dc41358adb7b603bd57dad1ed3260 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Oct 17 13:15:54 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Dec 08 11:33:09 2017 -0500 |
tree | 57425e4e4c1bf9bbb4a2c7d3d74d06ed6a47d76d | |
parent | dfc1648c576719b5a2701805aab1e208789d5969 [diff] |
media: uvcvideo: Stream error events carry no data According to the UVC specification, stream error events carry no data. Fix a buffer overflow (that should be harmless given data alignment) when reporting the stream error event by removing the data byte from the message. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>