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
Loading
-
mentioned in commit b1734142
-
mentioned in commit f82a1f8d
-
mentioned in commit ae2c8cfd
-
mentioned in commit 8332d0bf
-
mentioned in commit 1e6ef7fe
-
mentioned in commit 224bcf45
-
mentioned in commit 75cd59e4
-
mentioned in commit d406f088
-
mentioned in commit 9460fbd5
-
mentioned in commit 13de16c7
-
mentioned in commit 1ffc4072
Please sign in to comment