From ceee8c6543fa7cf44dddd268b808591ae805d865 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 22 Jul 2021 17:15:10 -0400 Subject: [PATCH] fix UAF in init event handling --- static/releases.html | 1 + 1 file changed, 1 insertion(+) 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 @@
  • hardened_malloc: update libdivide to 5.0.0
  • Vanadium: update Chromium base to 92.0.4515.105
  • Vanadium: drop removal of speculative service worker start for search
  • +
  • init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)
  • -->