You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "asanify" transformation in acorn-optimizer.js does not instrument uses of the Atomic API in JS, so it's possible for e.g. use-after-free bugs involving atomic access from JS to go uncaught.
It would be nice to improve our ASan coverage by instrumenting atomic accesses as well.