[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 Pekka Seppänen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=adbe951fc95943016325af08d677f18e8c177ac1 commit adbe951fc95943016325af08d67

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 --- Comment #2 from Nick Clifton --- Hmmm, I have been thinking about this issue a bit more and uncovered another problem with the ASCII directive. It assumes that the space is a constant. Consider this: % cat ascii.t SECTIONS {

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1