[Bug binutils/32467] nm write memory caught segmentation fault

2025-01-22 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #8 from 孙文举 --- Thank you for bringing this to my attention. I must apologize for not thoroughly reviewing the SECURITY.txt document before proceeding. I now understand that bugs in inspection tools, such as nm, are not considered

[Bug binutils/32467] nm write memory caught segmentation fault

2025-01-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #7 from Nick Clifton --- (In reply to 孙文举 from comment #6) > CVE-2024-57360 assigned Note - the binutils/SECURITY.txt document makes it clear that bugs in inspection tools (such as nm) are not considered to be security issues and

[Bug binutils/32467] nm write memory caught segmentation fault

2025-01-21 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #6 from 孙文举 --- CVE-2024-57360 assigned -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-17 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #4 from Sourceware Commits --- The binutils-2_43-branch branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f8987d3999edb26e757115fe87be55787d510b9 commit 5f8987d3999edb26e757115f

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2d41e8a42f1d4c6450feb9c2b7c79afa3f67f4a commit c2d41e8a42f1d4c6450feb9c2b7c79afa3f67f

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-16 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #2 from 孙文举 --- (In reply to Nick Clifton from comment #1) > The problem is the one of the symbols contains an @ character: > > > _ZN1@SerialFOTBuilder12endExtensionERKN10FOTBuilder24CompoundExtensionFlowObj > E > > Because nm

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 --- Comment #1 from Nick Clifton --- The problem is the one of the symbols contains an @ character: _ZN1@SerialFOTBuilder12endExtensionERKN10FOTBuilder24CompoundExtensionFlowObjE Because nm is being run with the --without-symbol-versions o

[Bug binutils/32467] nm write memory caught segmentation fault

2024-12-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32467 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com Eve