Re: [patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()

2011-06-04 Thread Mauro Carvalho Chehab
Em 26-05-2011 08:16, Andreas Oberritter escreveu: Hi Dan, On 05/26/2011 10:44 AM, Dan Carpenter wrote: If the tvp-cmd == DTV_MAX_COMMAND then we read past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c

Re: [patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()

2011-06-04 Thread walter harms
Am 04.06.2011 15:36, schrieb Mauro Carvalho Chehab: Em 26-05-2011 08:16, Andreas Oberritter escreveu: Hi Dan, On 05/26/2011 10:44 AM, Dan Carpenter wrote: If the tvp-cmd == DTV_MAX_COMMAND then we read past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git

Re: [patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()

2011-05-26 Thread Andreas Oberritter
Hi Dan, On 05/26/2011 10:44 AM, Dan Carpenter wrote: If the tvp-cmd == DTV_MAX_COMMAND then we read past the end of the array. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index