[Bug binutils/26082] infinite loop in windmc

2020-06-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug binutils/26082] infinite loop in windmc

2020-06-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #16 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=25065fcd192d9958c03e107985aea41d651e4a16 commit

[Bug binutils/26082] infinite loop in windmc

2020-06-10 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #15 from Ralf Habacker --- Created attachment 12609 --> https://sourceware.org/bugzilla/attachment.cgi?id=12609=edit 0001-windmc-Reject-EOF-without-line-break.patch Converted attachment 12605 to a git formatted patch. BTW:

[Bug binutils/26082] infinite loop in windmc

2020-06-10 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added Blocks||26088 Referenced Bugs:

[Bug binutils/26082] infinite loop in windmc

2020-06-10 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #14 from Ralf Habacker --- (In reply to Nick Clifton from comment #12) > Created attachment 12605 [details] Hi Nick, looks good to me, except on spelling error in a comment 326-: /* Skip characters in input_stram_pos up to

[Bug binutils/26082] infinite loop in windmc

2020-06-09 Thread joelanderson333 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #13 from Joel Anderson --- I think that patch looks great! It is more readable than the current HEAD, the intent is much clearer, and it is consistent with mc.exe behavior in both scenarios. -- You are receiving this mail

[Bug binutils/26082] infinite loop in windmc

2020-06-09 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com

[Bug binutils/26082] infinite loop in windmc

2020-06-09 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #11 from Ralf Habacker --- (In reply to Joel Anderson from comment #10) > this suggests that this has been the > functionality for at least a very long time. Thanks for this info. > Considering this hasn't been allowed in mc.exe

[Bug binutils/26082] infinite loop in windmc

2020-06-09 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added Attachment #12595|0 |1 is obsolete|

[Bug binutils/26082] infinite loop in windmc

2020-06-07 Thread joelanderson333 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #10 from Joel Anderson --- (In reply to Ralf Habacker from comment #8) > Can you say from which version on this behavior was changed ? I just tested with the executable packaged with the Windows SDK for Windows 7 (7.1) and

[Bug binutils/26082] infinite loop in windmc

2020-06-07 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added Blocks|26088 | Referenced Bugs:

[Bug binutils/26082] infinite loop in windmc

2020-06-07 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added Attachment #12596|0 |1 is obsolete|

[Bug binutils/26082] infinite loop in windmc

2020-06-07 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #8 from Ralf Habacker --- (In reply to Joel Anderson from comment #7) > I do think that it is important to note that the two new patches alter > windmc behavior to accept a file where the period is immediately followed by > a EOF

[Bug binutils/26082] infinite loop in windmc

2020-06-06 Thread joelanderson333 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #7 from Joel Anderson --- I do think that it is important to note that the two new patches alter windmc behavior to accept a file where the period is immediately followed by a EOF instead of a newline or carriage return and

[Bug binutils/26082] infinite loop in windmc

2020-06-06 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added Blocks||26088 Referenced Bugs:

[Bug binutils/26082] infinite loop in windmc

2020-06-06 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #6 from Ralf Habacker --- Created attachment 12596 --> https://sourceware.org/bugzilla/attachment.cgi?id=12596=edit 0002-Fix-catching-EOF-in-the-Windows-resource-parser.patch This patch fixes the remaining, not catched EOF

[Bug binutils/26082] infinite loop in windmc

2020-06-06 Thread ralf.habacker at freenet dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Ralf Habacker changed: What|Removed |Added CC||ralf.habacker at freenet dot de ---

[Bug binutils/26082] infinite loop in windmc

2020-06-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/26082] infinite loop in windmc

2020-06-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- 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=8affa48ac7c55ade04713654a22f1c56319b1195 commit

[Bug binutils/26082] infinite loop in windmc

2020-06-04 Thread joelanderson333 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #2 from Joel Anderson --- Created attachment 12592 --> https://sourceware.org/bugzilla/attachment.cgi?id=12592=edit proposed patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26082] infinite loop in windmc

2020-06-04 Thread joelanderson333 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26082 --- Comment #1 from Joel Anderson --- Created attachment 12591 --> https://sourceware.org/bugzilla/attachment.cgi?id=12591=edit message with premature EOF -- You are receiving this mail because: You are on the CC list for the bug.