diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-04 22:11:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-04 22:11:22 -0400 |
| commit | d9c62d9de0f5be23b7e76afe72397b88093e86a7 (patch) | |
| tree | 88d794fea7618c07ed682b5f9adb9537552f093b | |
| parent | 5aed56410b7f1edd51f4d18e60fc56297608400f (diff) | |
UAF in init fixed upstream
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 84346c0b..0cf0c4fb 100644 --- a/static/releases.html +++ b/static/releases.html @@ -454,6 +454,7 @@ <li>full 2021-10-01 security patch level</li> <li>partial 2021-10-05 security patch level (rest will be provided by the initial Android 12 release)</li> <li>rebased onto RQ3A.211001.001 and RD2A.211001.002 releases</li> + <li>drop our downstream workaround for use-after-free vulnerability in init now that the issue we reported is fixed upstream</li> </ul> </article> --> |
