All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove potential NULL dereference
@ 2012-08-14 15:49 ` Julia Lawall
  0 siblings, 0 replies; 22+ messages in thread
From: Julia Lawall @ 2012-08-14 15:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

These patches find a case where there is a dereference before a NULL test
and either move the dereference after the NULL test, or eliminate the NULL
test if it seems unnnecessary.


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-09-24 19:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 15:49 [PATCH 0/5] Remove potential NULL dereference Julia Lawall
2012-08-14 15:49 ` Julia Lawall
2012-08-14 15:49 ` [PATCH 1/5] drivers/block/swim3.c: " Julia Lawall
2012-08-14 15:49   ` Julia Lawall
2012-08-14 15:49 ` [PATCH 2/5] drivers/scsi/bnx2fc/bnx2fc_io.c: " Julia Lawall
2012-08-14 15:49   ` Julia Lawall
2012-08-15 14:33   ` walter harms
2012-08-15 14:43   ` Julia Lawall
2012-08-15 14:53   ` Julia Lawall
2012-08-15 15:29   ` walter harms
2012-09-07 18:23   ` Bhanu Prakash Gollapudi
2012-09-07 18:23     ` Bhanu Prakash Gollapudi
2012-09-24 19:37     ` Bhanu Prakash Gollapudi
2012-08-14 15:49 ` [PATCH 3/5] drivers/media/video/{s2255drv.c,tm6000/tm6000-alsa.c,tm6000/tm6000-input.c}: Remove pote Julia Lawall
2012-08-14 15:49   ` [PATCH 3/5] drivers/media/video/{s2255drv.c,tm6000/tm6000-alsa.c,tm6000/tm6000-input.c}: Remove potential NULL dereferences Julia Lawall
2012-08-14 15:49 ` [PATCH 4/5] drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereference Julia Lawall
2012-08-14 15:49   ` Julia Lawall
2012-08-15  0:00   ` David Miller
2012-08-15  0:00     ` David Miller
2012-08-14 15:49 ` [PATCH 5/5] arch/powerpc/platforms/powernv/pci.c: Remove potential NULL dereferences Julia Lawall
2012-08-14 15:49   ` Julia Lawall
2012-08-14 15:49   ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.