FS#57039 - [chromium] SharedArrayBuffer is still enabled
Attached to Project:
Arch Linux
Opened by Norbert Pfeiler (npfeiler) - Wednesday, 10 January 2018, 18:18 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 11 January 2018, 01:25 GMT
Opened by Norbert Pfeiler (npfeiler) - Wednesday, 10 January 2018, 18:18 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 11 January 2018, 01:25 GMT
|
Details
Description:
SharedArrayBuffer is supposed to be disabled because of Spectre in chromium since 2018-01-05 but it apparently is not https://www.chromium.org/Home/chromium-security/ssca (last paragraph) applies to 3 boxes i tried it on Additional info: * package version(s) chromium 63.0.3239.132-2 * config and/or log files etc. Steps to reproduce: ctrl+shift+i → console → »window.SharedArrayBuffer« returns »ƒ SharedArrayBuffer() { [native code] }« but should return »undefined« (which it does if you disable it manually via chrome://flags/#shared-array-buffer |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Thursday, 11 January 2018, 01:25 GMT
Reason for closing: Fixed
Additional comments about closing: chromium 63.0.3239.132-3
Thursday, 11 January 2018, 01:25 GMT
Reason for closing: Fixed
Additional comments about closing: chromium 63.0.3239.132-3
a77687fd89adc1bc2ce91921456e0b9b59388120 "Clamp performance.now() to 100us."
The commit that disables SharedArrayBuffer by default will be in chromium 63.0.3239.132-3 shortly.