Hacker News new | ask | show | jobs
by bethekidyouwant 4 hours ago
How does the browser use it ?unless they mean there’s a zero day in libavcodec
1 comments

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.

One chained sandbox escape away from compromise.
Which is of course better than zero sandbox escapes.
Ahah

But are the compiler+OS that runs the ffmpeg executable really a sandbox ?