Y
Hacker News
new
|
ask
|
show
|
jobs
by
int0x80
2734 days ago
IA32 is probably not getting all the focus from devs and users this days, still surprising whoever... Do you have a link to the issue, out of curiosity?
1 comments
CJefferson
2733 days ago
https://github.com/fingolfin/memmove-bug
link
int0x80
2733 days ago
Wow thats scary indeed... They where using x86 signed compare instead of unsigned (jg vs ja)... Thanks for the link btw!
link