[Bug gprofng/29470] [test suite] The test suite should be made more flexible

2023-06-01 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29470 Vladimir Mezentsev changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNE

[Bug gprofng/30490] -Wsign-compare warning in gprofng build

2023-06-01 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30490 Vladimir Mezentsev changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNE

[Bug ld/22263] -fpie -pie generates dynamic relocations in text section

2023-06-01 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22263 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug binutils/30507] NULL pointer passed to memcpy in rust-demangle reachable via nm-new

2023-06-01 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30507 Alan Modra changed: What|Removed |Added Resolution|--- |MOVED Status|UNCONFIRMED

[Bug binutils/30507] NULL pointer passed to memcpy in rust-demangle reachable via nm-new

2023-06-01 Thread lukas.dresel at cs dot ucsb.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=30507 --- Comment #2 from Lukas Dresel --- The `length` passed to memcpy and the `data` are zero in this case, causing it to be a non-issue on my system (if len is zero, memcpy does not attempt to dereference the pointer), but I'm not sure about oth

[Bug binutils/30507] NULL pointer passed to memcpy in rust-demangle reachable via nm-new

2023-06-01 Thread lukas.dresel at cs dot ucsb.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=30507 Lukas Dresel changed: What|Removed |Added Summary|NULL dereference in |NULL pointer passed to

[Bug binutils/30507] NULL dereference in rust-demangle reachable via nm-new

2023-06-01 Thread lukas.dresel at cs dot ucsb.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=30507 --- Comment #1 from Lukas Dresel --- The fuzzer ran on binutils from git commit 44019209faf3db952a6a04aaeeaa779a8ff7e661 ``` $ git log -n 1 commit 44019209faf3db952a6a04aaeeaa779a8ff7e661 (HEAD -> master, origin/master, origin/HEAD) Author: G

[Bug binutils/30507] New: NULL dereference in rust-demangle reachable via nm-new

2023-06-01 Thread lukas.dresel at cs dot ucsb.edu
https://sourceware.org/bugzilla/show_bug.cgi?id=30507 Bug ID: 30507 Summary: NULL dereference in rust-demangle reachable via nm-new Product: binutils Version: 2.40 Status: UNCONFIRMED Severity: normal Priority: P2