diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 21:13:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 21:13:59 -0500 |
| commit | 21745525df0ce6ef67e0f85fe4d32bd091d467af (patch) | |
| tree | 17b9e8745d7ab0cfcb672e993c4b131aec1f7232 /static | |
| parent | 960f97b070f95f7dad2914185452ae3955e5b3c3 (diff) | |
fix adbd use-after-free
Diffstat (limited to 'static')
| -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 848e24eb..634e2207 100644 --- a/static/releases.html +++ b/static/releases.html @@ -400,6 +400,7 @@ <li>Seedvault: update to latest revision</li> <li>remove unnecessary vendor overlays</li> <li>SetupWizard: change OS name to GrapheneOS for backup activity strings again</li> + <li>fix use-after-free in adbd authentication which was breaking support for persistently trusting keys due to zero-on-free</li> </ul> </article> |
