Searched hist:"7 ac95cf5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-avc.c | 7ac95cf5 Tue Sep 09 07:11:23 CDT 2014 Dan Carpenter <dan.carpenter@oracle.com> [media] firewire: firedtv-avc: fix more potential buffer overflow
"program_info_length" is user controlled and can go up to 4095. The operand[] array has 509 bytes so we need to add a limit here to prevent buffer overflows.
The " - 4" in the limit check is because we have 4 bytes more data to add after the memcpy().
[mchehab@osg.samsung.com: as I merged the version 1 of the patch, I needed to rebase to apply just the differences between v1 and v2] Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 7ac95cf5 Tue Sep 09 07:11:23 CDT 2014 Dan Carpenter <dan.carpenter@oracle.com> [media] firewire: firedtv-avc: fix more potential buffer overflow "program_info_length" is user controlled and can go up to 4095. The operand[] array has 509 bytes so we need to add a limit here to prevent buffer overflows. The " - 4" in the limit check is because we have 4 bytes more data to add after the memcpy(). [mchehab@osg.samsung.com: as I merged the version 1 of the patch, I needed to rebase to apply just the differences between v1 and v2] Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|