commit | 13de16c79ee2ca79a2f0ee9bfc86c4891a4063c6 | [log] [tgz] |
---|---|---|
author | Rakesh Kumar <rakesh.kumar@ittiam.com> | Mon Jul 09 21:58:44 2018 +0530 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 12 09:54:49 2019 +0000 |
tree | 3a6f92cea3d9672d27e12ef40e8b6203a9e57c41 | |
parent | 48900d4e516231f228943cb7dab2d33a5660558f [diff] |
Decoder: Delete node from st if lt and st point to same If lt_list and st_list point to same node then delete it from st. If there is error while adding a node in bottom field of lt_list (top is already added) then this node will be pointed by st_list also. So we need to remove it from st_list bug: 73552574 Test: poc before/after on Android N security branch Change-Id: I95304c242c5854b18c5c7220d114ce6215760124 (cherry picked from commit f312a1d305dae23f9f6f663d2157bf9cf47bb92c)