commit | 0d0d871b3f3395820ec33a78fb2cc101b9bdcced | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Aug 18 07:40:28 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Sep 26 12:30:32 2006 -0300 |
tree | 272019d21a2dc5f3bbddee6c6c533dd666eb1149 | |
parent | eb42c42449b4d018881dc8f1856ce84cf74f90c5 [diff] |
V4L/DVB (4508): Fix an array overflow on bt866 The Coverity checker spotted the following two array overflows. Registers 0xcc and 0xdc were cached on reg[] array, with only 128 elements, instead of 256. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>