Y
Hacker News
new
|
ask
|
show
|
jobs
by
ivanjermakov
8 days ago
Memory safety and critical performance rarely go together. Big chunk of FFmpeg is written in assembly to sqweeze most hardware performance.
https://news.ycombinator.com/item?id=43140614
2 comments
IshKebab
8 days ago
Sure but it seems like most of these vulnerabilities are being found in the C code.
link
bybrooklyn
6 days ago
Rust could help with this!
link
leonidasrup
7 days ago
It would be interesting to see the results from a fuzzer, developed for FFmpeg style assembly code.
link