diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-29 15:58:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-29 15:58:14 -0400 |
| commit | e429ec4386911fa077341c597932243e9fdb8502 (patch) | |
| tree | 8296277cbefcd8752aea9e6f919b800c468ca9dc | |
| parent | e39c77ce26acba27cb22ebb4d9ce8028cf3e9213 (diff) | |
workaround only for audioserver
| -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 09d968b5..3e997fe1 100644 --- a/static/releases.html +++ b/static/releases.html @@ -319,7 +319,7 @@ <li>PDF Viewer: update to <a href="https://github.com/GrapheneOS/PdfViewer/releases/tag/4">version 4</a></li> <li>PDF Viewer: update to <a href="https://github.com/GrapheneOS/PdfViewer/releases/tag/5">version 5</a></li> <li>revert attempt at fixing audio DeviceDescriptor sorting</li> - <li>hardened_malloc: temporarily disable SLOT_RANDOMIZE to work around DeviceDescriptor sorting bug</li> + <li>hardened_malloc: temporarily disable SLOT_RANDOMIZE for audioserver to work around DeviceDescriptor sorting bug</li> </ul> <h3 id="2020.05.23.12"> |
