cperciva
d6da92763e
The value le->name cannot be NULL when we're freeing an entry in the
...
hardlink table for two reasons: 1. If le->name is set to NULL, the
structure le won't be inserted into the table; 2. Even if le somehow
did manage to get into the table with le->name equal to NULL, we would
die when we dereferenced le->null before we could get to the point of
freeing the entry.
Remove the unnecessary "if (le->name != NULL)" test and just free the
pointer.
Found by: Coverity Prevent
2008-05-23 05:07:22 +00:00
..
2008-03-11 18:35:51 +00:00
2008-03-27 01:33:26 +00:00
2008-05-14 16:47:30 +00:00
2008-05-22 13:21:05 +00:00
2008-03-07 00:01:19 +00:00
2008-03-26 07:32:08 +00:00
2008-05-15 20:04:36 +00:00
2008-04-11 03:27:42 +00:00
2008-02-25 19:06:43 +00:00
2008-05-06 16:06:02 +00:00
2008-01-30 12:56:59 +00:00
2008-03-03 08:32:58 +00:00
2008-05-07 21:00:50 +00:00
2008-05-15 19:27:52 +00:00
2008-04-04 21:33:41 +00:00
2008-03-09 13:49:09 +00:00
2008-04-02 09:41:29 +00:00
2008-04-02 09:41:29 +00:00
2008-05-15 10:51:30 +00:00
2008-02-05 17:34:44 +00:00
2008-03-24 12:33:28 +00:00
2008-03-12 00:13:49 +00:00
2008-01-22 00:04:50 +00:00
2008-01-21 22:08:05 +00:00
2008-02-19 07:09:19 +00:00
2008-05-15 20:18:44 +00:00
2008-04-21 17:09:53 +00:00
2008-02-18 01:36:40 +00:00
2008-03-17 18:31:43 +00:00
2008-02-09 09:12:02 +00:00
2008-05-19 11:35:11 +00:00
2008-03-16 15:15:32 +00:00
2008-04-29 07:35:31 +00:00
2008-04-28 21:08:42 +00:00
2008-05-23 05:07:22 +00:00
2008-05-07 13:53:12 +00:00
2008-05-03 02:29:02 +00:00
2008-04-11 11:39:26 +00:00
2008-05-16 20:09:29 +00:00
2008-05-02 16:23:47 +00:00
2008-02-08 23:04:13 +00:00
2008-04-10 09:56:57 +00:00
2008-01-27 16:20:36 +00:00
2008-04-04 21:35:13 +00:00
2008-05-13 09:42:03 +00:00
2008-03-29 17:44:40 +00:00