X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=binutils%2FChangeLog;h=30eae9709d4e785703ddb877003d4c238f540cc5;hb=c802e8a76c4eaa3a8a62d7dcfe7be98bf718a2f0;hp=ec5b2ef2b7c91b01cff4e0fb1a14984756ea7455;hpb=b37a7714400cdc264ed236f72668b8956477b2ed;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ec5b2ef2b7..30eae9709d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,23 @@ +2020-06-11 Alan Modra + + * readelf.c (process_mips_specific): Don't alloc memory for + Elf_Internal_Options. + +2020-06-11 Alan Modra + + * readelf.c (process_mips_specific): Assert size of internal + types match size of external types, and simplify allocation of + internal buffer. Catch possible integer overflow when sanity + checking option size. Don't assume options are a regular array. + Sanity check reginfo option against option size. Use PRI macros + when printing. + +2020-06-10 Ralf Habacker + + PR 26082 + * mclex.c (yylex): Reject lines that reach end-of-file without a + terminating newline character. + 2020-06-08 Nick Clifton PR 26093