Hacker News new | ask | show | jobs
by CJefferson 2733 days ago
https://github.com/fingolfin/memmove-bug
1 comments

Wow thats scary indeed... They where using x86 signed compare instead of unsigned (jg vs ja)... Thanks for the link btw!