https://sourceware.org/bugzilla/show_bug.cgi?id=17510

--- Comment #7 from Michal Zalewski <lcamtuf at coredump dot cx> ---
Do you want me to file separate bugs for each?

For example, I have this in srec.c:

      char buf[10];
...
        sprintf (buf, "\\%03o", (unsigned int) c);

But with this test case, c will be -44, or "\1777777777777777777724", which
sounds a lot longer than 9 characters.

http://lcamtuf.coredump.cx/strings-stack-overflow

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to