1. 23 9月, 2016 1 次提交
    • M
      [media] cx23885: Fix some smatch warnings · e837d85c
      Mauro Carvalho Chehab 提交于
      Make sure that it won't go past the config buffers
      
      	drivers/media/pci/cx23885/cx23885-dvb.c:1733 dvb_register() warn: buffer overflow 'netup_xc5000_config' 2 <= s32max
      	drivers/media/pci/cx23885/cx23885-dvb.c:1745 dvb_register() warn: buffer overflow 'netup_stv0367_config' 2 <= s32max
      	drivers/media/pci/cx23885/cx23885-dvb.c:1752 dvb_register() warn: buffer overflow 'netup_xc5000_config' 2 <= s32max
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      e837d85c
  2. 22 9月, 2016 39 次提交