Pavel Emelyanov
ae1b6a31b1
[AX25]: Potential ax25_uid_assoc-s leaks on module unload.
...
The ax25_uid_free call walks the ax25_uid_list and releases entries
from it. The problem is that after the fisrt call to hlist_del_init
the hlist_for_each_entry (which hides behind the ax25_uid_for_each)
will consider the current position to be the last and will return.
Thus, the whole list will be left not freed.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-12 18:33:50 -07:00
..
2008-03-28 14:45:22 -07:00
2008-01-31 19:28:31 -08:00
2008-04-04 12:45:12 -07:00
2008-02-28 12:53:32 -08:00
2008-04-08 16:50:44 -07:00
2008-04-12 18:33:50 -07:00
2008-04-01 23:59:06 -07:00
2008-03-20 15:54:58 -07:00
2008-02-07 18:05:04 -08:00
2008-03-26 18:35:50 -07:00
2008-02-03 04:28:52 -08:00
2008-02-07 23:29:57 -08:00
2008-01-28 14:53:35 -08:00
2008-01-28 15:00:05 -08:00
2008-04-08 16:50:44 -07:00
2008-04-10 20:53:10 -07:00
2008-04-03 13:33:00 -07:00
2008-02-28 14:06:14 -08:00
2008-03-26 00:55:50 -07:00
2008-03-03 12:12:33 -08:00
2008-03-24 14:51:51 -07:00
2008-01-28 14:56:52 -08:00
2008-03-31 21:02:47 -07:00
2008-04-09 10:33:49 -04:00
2008-04-09 15:14:18 -07:00
2008-02-17 22:33:57 -08:00
2008-02-12 22:16:33 -08:00
2008-01-28 15:01:07 -08:00
2008-01-28 15:00:48 -08:00
2008-02-23 10:40:04 -08:00
2008-04-01 23:56:17 -07:00
2008-03-30 14:20:23 -07:00
2008-03-28 16:25:26 -07:00
2008-03-20 15:17:14 -07:00
2008-03-26 11:24:19 -07:00
2008-02-24 18:38:31 -08:00
2008-02-14 21:13:33 -08:00
2008-02-28 14:15:56 -08:00
2008-04-07 22:19:30 -04:00
2008-02-28 14:16:33 -08:00
2008-04-09 15:08:24 -07:00
2008-01-28 14:58:36 -08:00
2008-02-08 09:22:23 -08:00
2008-01-28 14:54:10 -08:00
2008-03-21 15:58:52 -07:00
2008-01-28 14:56:29 -08:00