Issue 40273 in oss-fuzz: binutils:fuzz_objcopy: Direct-leak in xcalloc

2022-01-14 Thread sheriffbot via monorail
Updates: Labels: Deadline-Approaching Comment #3 on issue 40273 by sheriffbot: binutils:fuzz_objcopy: Direct-leak in xcalloc https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40273#c3 This bug is approaching its deadline for being fixed, and will be automatically derestricted within

[PATCH] readelf: dump the value contained in offset on Rel relocs when -AW are passed

2022-01-14 Thread Andrea Monaco
> Also, this looks like it might be a suitable project for someone > interested in learning about the binutils. So I am hoping that you, > or someone else will volunteer to have a go ... :-) Here is the suggested patch. It will print the value at offset on Rel relocs; for simplicity, it

[Bug ld/28751] [2.38 Regression] mbind2a / mbind2b regressions on powerpc*-linux-gnu

2022-01-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28751 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|amodra at gm

[Bug ld/28751] [2.38 Regression] mbind2a / mbind2b regressions on powerpc*-linux-gnu

2022-01-14 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28751 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ff66e8c5bee8a57b531515342e6126782ea9a651 commit ff66e8c5bee8a57b531515342e612

[Bug ld/28751] [2.38 Regression] mbind2a / mbind2b regressions on powerpc*-linux-gnu

2022-01-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28751 --- Comment #1 from Alan Modra --- Fit bad commit is 74e315dbfe52 elf: Set p_align to the minimum page size if possible Segfault inside ld.so. $ getconf PAGESIZE 65536 So no surprise really, the test was modified to have a 16k maxpagesize.