Re: [PATCH V3] scripts/coccinelle/free: add NULL test before freeing functions

2014-06-28 Thread Julia Lawall
On Sat, 28 Jun 2014, Julia Lawall wrote: > On Sat, 28 Jun 2014, Fabian Frederick wrote: > > > Warns or generates patch for NULL check before the following functions: > > > > kfree > > usb_free_urb > > debugfs_remove > > debugfs_remove_recursive > > > > Cc: Julia Lawall > > Cc: Gilles Muller >

Re: [PATCH V3] scripts/coccinelle/free: add NULL test before freeing functions

2014-06-28 Thread Julia Lawall
On Sat, 28 Jun 2014, Fabian Frederick wrote: > Warns or generates patch for NULL check before the following functions: > > kfree > usb_free_urb > debugfs_remove > debugfs_remove_recursive > > Cc: Julia Lawall > Cc: Gilles Muller > Cc: Joe Perches > Cc: Andrew Morton > Signed-off-by: Fabian Fre

[PATCH V3] scripts/coccinelle/free: add NULL test before freeing functions

2014-06-28 Thread Fabian Frederick
Warns or generates patch for NULL check before the following functions: kfree usb_free_urb debugfs_remove debugfs_remove_recursive Cc: Julia Lawall Cc: Gilles Muller Cc: Joe Perches Cc: Andrew Morton Signed-off-by: Fabian Frederick --- V3: -Update print_main message. -Add patch mode