Fix use-after-free in DNS64 discovery thread
DNS64 discovery thread is detached from binder requesting thread. But the discovery thread references resources not belongs to itself, which can be destroyed in dnsresolver destruction. Holds a strong pointer of Dns64Configuration in DNS64 discovery thread so that the instance of Dns64Configuration will keep until the DNS64 thread is force terminated. Ignore-AOSP-First: Fix security vulnerability Bug: 278303745 Test: atest Change-Id: Id74ea4e6f54a00805d3cc8a9d7e15e58a473b7d3
Loading
-
mentioned in commit f8111fcc
-
mentioned in commit 20012bac
-
mentioned in commit e7029272
-
mentioned in commit a093dd94
-
mentioned in commit 6e59f4d9
-
mentioned in commit 354b399d
-
mentioned in commit 397738c2
-
mentioned in commit baef1150
-
mentioned in commit 8e1561fb
-
mentioned in commit 23a462a3
-
mentioned in commit de58649a
Please register or sign in to comment