android_kernel_xiaomi_sm8350/drivers/media
Eric Sesterhenn 845f16abad V4L/DVB (4070): Zoran strncpy() fix
The zoran driver uses strncpy() in an unsafe way.  This patch uses the proper
sizeof()-1 size parameter.  Since all strncpy() targets are initialised with
memset() the trailing '\0' is already set.  Where std->name was the target for
the strncpy() we overwrote 8 Bytes of the std structure with zeros.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-25 02:05:05 -03:00
..
common V4L/DVB (4057): Cx88: IR remote support for DTV2000H 2006-06-25 02:05:03 -03:00
dvb V4L/DVB (4060): Make dvb/b2c2/flexcop-fe-tuner.c:alps_tdee4_stv0297_tuner_set_params() static 2006-06-25 02:05:03 -03:00
radio V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and videodev2.h 2006-06-25 02:05:05 -03:00
video V4L/DVB (4070): Zoran strncpy() fix 2006-06-25 02:05:05 -03:00
Kconfig V4L/DVB (4052): Wrong syntax: instead of bool, it was written boolean 2006-06-25 02:05:02 -03:00
Makefile [PATCH] dvb: avoid building empty built-in.o 2005-09-09 13:57:36 -07:00