commit | ee70d35dff740b0b45477520d58847427615655e | [log] [tgz] |
---|---|---|
author | MingShu Pang <quic_mpang@quicinc.com> | Fri Oct 21 14:27:45 2022 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Nov 20 22:03:40 2022 -0800 |
tree | a4e06aea134b04e41e76d122a7cb74bc6114a2b0 | |
parent | efd72a6a1c19d56df802eebb423d389865f0b49b [diff] |
agm: use list_for_each_safe instead of list_for_each use-after-free can happen after removing it in session_close if we directly use node->next. use list_for_each_safe instead of list_for_each. Change-Id: I81cf255f026c3c5da2d472c356fc01abf1a37bef