logoalt Hacker News

bethekidyouwantyesterday at 10:50 PM2 repliesview on HN

How does the browser use it ?unless they mean there’s a zero day in libavcodec


Replies

fpolingyesterday at 10:58 PM

Browsers run it in a sandbox process together with allocator hardening. Most of the bugs then are just crashed of the sandbox

Another option is WASM or WASM-style sandboxes if using another process is undesirable.

show 1 reply