commit | 93fac10b99d78eb2c50a739cba2e590c7332d539 | [log] [tgz] |
---|---|---|
author | Liping Zhang <liping.zhang@spreadtrum.com> | Mon Aug 22 21:58:16 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Aug 25 13:11:00 2016 +0200 |
tree | 6c77b52fae33055b1dd65810111ad98aa604a255 | |
parent | 89e1f6d2b956649fbe0704d543a90b8e0cf872b0 [diff] |
netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects cttimeout and acct objects are deleted from the list while traversing it, so use list_for_each_entry is unsafe here. Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>