[Bug binutils/26961] New: QueryRi

2020-11-27 Thread queryzura at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26961 Bug ID: 26961 Summary: QueryRi Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #8 from katayama.hirofumi.mz at gmail dot com --- Sorry, my envirnment was broken. Now your patch works. OK. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #7 from katayama.hirofumi.mz at gmail dot com --- $ ./windres.exe b.rc -o b_res.o && echo "OK" Also doesn't work. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Attachment #12999|0 |1 is obsolete|

[Bug binutils/26907] objcopy gives memsiz to segment containing empty SHT_NOBITS section

2020-11-27 Thread jozef.l at mittosystems dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26907 --- Comment #3 from Jozef Lawrynowicz --- (In reply to Alan Modra from comment #2) > It's not just the objcopy going wrong here. ld shouldn't be creating two > PT_LOAD headers where one would suffice. Is it intended that empty .bss sections

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #6 from katayama.hirofumi.mz at gmail dot com --- It causes abnormal termination. $ ./windres.exe "--preprocessor=/mingw32/bin/c pp.exe" a.rc -o a_res.o && echo "OK" $ -- You are receiving this mail because: You are on the CC

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug binutils/26945] Unsafe chown+chmod in smart_rename, possibly elsewhere

2020-11-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26945 --- Comment #3 from Nick Clifton --- Created attachment 13003 --> https://sourceware.org/bugzilla/attachment.cgi?id=13003=edit Proposed patch Hi Rich, Ok - here is my first attempt at creating a patch. Please could you give it a look

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #9 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=21c33bcbe36377abf01614fb1b9be439a3b6de20 commit

[Bug binutils/26945] Unsafe chown+chmod in smart_rename, possibly elsewhere

2020-11-27 Thread bugdal at aerifal dot cx
https://sourceware.org/bugzilla/show_bug.cgi?id=26945 --- Comment #4 from Rich Felker --- That's a lot to review without being familiar with the code, but a couple things I can tell you right off: 1. make_tempname with fd_return==NULL is *always* a bug, and defeats the whole purpose of mkstemp.