Skip to content
Snippets Groups Projects
Select Git revision
  • c5b42f343d19d0a04782db0dde5b128dd282f95c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Gabriel A. Devenyi authored and Jeff Garzik committed
    hermas_bap_pread,  hermes_bap_pwrite, and hermes_bap_pwrite_pad all have a parameter "len" that is declared unsigned,
    but checked for a value less than zero. Auditing the callers, it is possible for len to be passed a negative value, so len should be an int.
    
    Thanks to LinuxICC (http://linuxicc.sf.net
    
    )
    
    Signed-off-by: default avatarGabriel A. Devenyi <ace@staticwave.ca>
    Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
    c5b42f34
    History
    Name Last commit Last update