[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19878] PE/COFF regression in base of code and data calculation
From: |
toni.spets at iki dot fi |
Subject: |
[Bug ld/19878] PE/COFF regression in base of code and data calculation |
Date: |
Tue, 29 Mar 2016 04:46:18 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19878
--- Comment #3 from Toni Spets <toni.spets at iki dot fi> ---
It was removed in this commit which bisect found as well, see the diff here:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=32a9d621c3c480aa093a089a36e36c35f68a4010;hp=022af27274b440186def92cae77c2d4304c3ce9b
It didn't look like a merge commit either so was it removed, added back and
then removed again?
Anyway, the problem is exposed in bfd/peXXigen.c inside
_bfd_XXi_swap_aouthdr_out where aouthdr_in->tsize and aouthdr_in->dsize are the
uninitialized values left behind and the subtraction is made.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/19878] New: PE/COFF regression in base of code and data calculation, toni.spets at iki dot fi, 2016/03/28
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, toni.spets at iki dot fi, 2016/03/28
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, toni.spets at iki dot fi, 2016/03/28
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, toni.spets at iki dot fi, 2016/03/28
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, amodra at gmail dot com, 2016/03/29
- [Bug ld/19878] PE/COFF regression in base of code and data calculation,
toni.spets at iki dot fi <=
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, cvs-commit at gcc dot gnu.org, 2016/03/29
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, amodra at gmail dot com, 2016/03/29
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, toni.spets at iki dot fi, 2016/03/29
- [Bug ld/19878] PE/COFF regression in base of code and data calculation, cvs-commit at gcc dot gnu.org, 2016/03/29