diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-17 11:25:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-17 11:25:47 -0400 |
| commit | c0c0a18b134dfe6431df16d48cb308c9635efdb0 (patch) | |
| tree | fef413c8a1bd1ace84a8ab2e2bd2e97dfbf064e0 | |
| parent | 6d81308b3f2f2b8979a9382888e402004b0513ac (diff) | |
type-based CFI is relevant to the WebView too
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index b26bb2c4..cb01a2bf 100644 --- a/static/releases.html +++ b/static/releases.html @@ -357,7 +357,7 @@ <p>Restoration of past features since the 2019.07.01.21 release:</p> <ul> - <li>Vanadium: enable type-based CFI for virtual calls</li> + <li>Vanadium (browser and WebView): enable type-based CFI for virtual calls</li> <li>enable kernel mitigations for link races</li> <li>kernel (Pixel 2, Pixel 2 XL): backport fixes for SLAB_FREELIST_RANDOM</li> <li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable SLAB_FREELIST_RANDOM</li> |
