diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-22 17:15:10 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-22 17:15:10 -0400 |
| commit | ceee8c6543fa7cf44dddd268b808591ae805d865 (patch) | |
| tree | d41c9ebdcc8c226b5035ba4136691a2b759b46f2 | |
| parent | 9988b0e5b63b991f820d2f3e51ba5e1ff269a3fc (diff) | |
fix UAF in init event handling
| -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 725016ec..dd4f3ac1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -421,6 +421,7 @@ <li>hardened_malloc: update libdivide to 5.0.0</li> <li>Vanadium: update Chromium base to 92.0.4515.105</li> <li>Vanadium: drop removal of speculative service worker start for search</li> + <li>init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)</li> </ul> </article> --> |
