lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 Dec 2012 01:24:49 +0100
From:	Cyril Roelandt <tipecaml@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	kernel-janitors@...r.kernel.org,
	Cyril Roelandt <tipecaml@...il.com>
Subject: [PATCH 0/5] Use IS_ERR() rather than a NULL check when necessary.

The following five patches replace NULL checks by calls to IS_ERR() when
checking the return values of functions that return ERR_PTR() on error.

Regards,
Cyril Roelandt.
---

Cyril Roelandt (5):
  staging: omap-thermal: fix error check in
    omap_thermal_expose_sensor() and in
    omap_thermal_register_cpu_cooling().
  media: davinci: fix return value check in vpbe_display_reqbufs().
  c2port: fix return value check in duramar2150_c2port_init().
  net: sfc: fix return value check in efx_ptp_probe_channel().
  spi: fix return value check in hspi_probe().

 drivers/media/platform/davinci/vpbe_display.c      |    2 +-
 drivers/misc/c2port/c2port-duramar2150.c           |    2 +-
 drivers/net/ethernet/sfc/ptp.c                     |    2 +-
 drivers/spi/spi-sh-hspi.c                          |    2 +-
 drivers/staging/omap-thermal/omap-thermal-common.c |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ