commit | 0a6843483c256c859cd9542361812a29403f0fb5 | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@radix.net> | Sun Jul 05 16:22:45 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Jul 05 19:21:49 2009 -0300 |
tree | 910e6cb0b1dda85e11025e01d67673232398008e | |
parent | a5ca3a1bc719cb9056acc6f24340a1e2674f21a0 [diff] |
V4L/DVB (12206): get_dvb_firmware: Correct errors in MPC718 firmware extraction logic The extraction routine for the MPC718 "firmware" had 2 bugs in it, where one bug masked the effect of the other. The loop iteration should have set $prevlen = $currlen at the end of the loop, and the if() check should have used && instead of || for deciding if the firmware length is reasonable. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>