https://sourceware.org/bugzilla/show_bug.cgi?id=18750
Yuriy Kaminskiy <yumkam+binutils at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8469|0 |1 is obsolete| | --- Comment #6 from Yuriy Kaminskiy <yumkam+binutils at gmail dot com> --- Created attachment 8470 --> https://sourceware.org/bugzilla/attachment.cgi?id=8470&action=edit Fix incorrect escape sequence on platform with signed char (v3) ... and similar bug (but just incorrect output, without stack overflow) in binutils/readelf.c (process_mips_specific). (all other `git grep '%03o'` instances looks safe). Re: tyhicks (#5): wrong, look carefully at srec.c: L299 int c; ... L457 char hdr[3]; ... L473 c = hdr[1]; ... L476 srec_bad_byte (abfd, lineno, c, error); *BOOM* -- 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