Jeff Garzik
6f686d3d14
kernel/auditfilter: kill bogus uninit'd-var compiler warning
...
Kill this warning...
kernel/auditfilter.c: In function ‘audit_receive_filter’:
kernel/auditfilter.c:1213: warning: ‘ndw’ may be used uninitialized in this function
kernel/auditfilter.c:1213: warning: ‘ndp’ may be used uninitialized in this function
...with a simplification of the code. audit_put_nd() can accept NULL
arguments, just like kfree(). It is cleaner to init two existing vars
to NULL, remove the redundant test variable 'putnd_needed' branches, and call
audit_put_nd() directly.
As a desired side effect, the warning goes away.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-07-17 16:17:59 -04:00
..
2007-07-16 09:05:46 -07:00
2007-07-01 12:29:44 -07:00
2007-07-17 10:23:03 -07:00
2007-07-17 10:23:02 -07:00
2007-07-16 09:05:47 -07:00
2007-07-17 16:17:59 -04:00
2007-07-16 09:05:48 -07:00
2007-05-11 08:29:36 -07:00
2007-05-09 12:30:49 -07:00
2007-07-16 12:05:49 +03:00
2007-07-17 11:50:26 -07:00
2007-07-09 18:52:00 +02:00
2007-05-08 11:15:04 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 10:23:02 -07:00
2007-06-18 09:48:41 -07:00
2007-07-16 09:05:49 -07:00
2007-07-16 17:29:56 -07:00
2007-05-08 11:15:13 -07:00
2007-07-17 10:23:03 -07:00
2007-05-09 07:12:20 +02:00
2007-05-08 11:15:07 -07:00
2007-07-16 09:05:50 -07:00
2007-05-09 12:30:53 -07:00
2007-05-08 11:15:19 -07:00
2007-05-02 18:57:59 -07:00
2007-07-16 09:05:36 -07:00
2007-07-17 10:23:03 -07:00
2007-07-16 09:05:47 -07:00
2007-07-17 10:23:03 -07:00
2007-05-09 12:30:56 -07:00
2007-07-16 09:05:48 -07:00
2007-07-17 10:23:02 -07:00
2007-07-11 16:09:06 -07:00
2007-07-16 09:05:48 -07:00
2007-07-09 18:51:58 +02:00
2007-06-21 15:57:04 -07:00
2007-07-16 09:05:52 -07:00
2007-05-21 09:18:19 -07:00
2007-07-17 10:23:03 -07:00
2007-05-09 12:30:56 -07:00
2007-07-17 10:23:02 -07:00
2007-07-13 14:14:28 +02:00
2007-04-28 14:15:59 -04:00
2007-07-16 09:05:49 -07:00
2007-07-16 09:05:49 -07:00
2007-07-17 10:23:02 -07:00
2007-07-16 09:05:49 -07:00
2007-05-08 11:15:09 -07:00
2007-07-13 10:10:41 -07:00
2007-07-09 18:51:58 +02:00
2007-07-09 18:51:58 +02:00
2007-07-09 18:51:58 +02:00
2007-07-09 18:52:00 +02:00
2007-07-17 10:23:02 -07:00
2007-07-16 09:05:50 -07:00
2007-07-16 09:05:43 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 10:23:02 -07:00
2007-07-16 09:05:41 -07:00
2007-07-16 09:05:48 -07:00
2007-07-16 09:05:50 -07:00
2007-07-17 10:23:03 -07:00
2007-07-16 09:05:46 -07:00
2007-07-16 09:05:48 -07:00
2007-07-17 10:23:02 -07:00
2007-05-08 11:15:07 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:48 -07:00
2007-05-09 08:57:56 +02:00
2007-07-17 10:23:03 -07:00