[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 Fedora Update System upda...@fedoraproject.org changed: What|Removed |Added Status|MODIFIED|ON_QA

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #7 from Fedora Update System upda...@fedoraproject.org --- Package perl-IPC-Run3-0.046-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days.

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #4 from Fedora Update System upda...@fedoraproject.org --- perl-IPC-Run3-0.046-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/perl-IPC-Run3-0.046-4.fc20 -- You are receiving this

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #5 from Fedora Update System upda...@fedoraproject.org --- perl-IPC-Run3-0.046-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/perl-IPC-Run3-0.046-4.fc19 -- You are receiving this

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #1 from Petr Pisar ppi...@redhat.com --- Created attachment 860208 -- https://bugzilla.redhat.com/attachment.cgi?id=860208action=edit Proposed fix -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #2 from Ralf Corsepius rc040...@freenet.de --- (In reply to Petr Pisar from comment #0) If IPC::Run3::run3() is invoked with \undef for command's standard input, it will clobber STDIN, so STDIN is unusable after return from

[Bug 1062267] IPC::Run3::run3($command, \undef) clobbers STDIN

2014-02-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062267 --- Comment #3 from Petr Pisar ppi...@redhat.com --- I spent long time to understand what lead upstream to use the current code as the patch actually reverts it. The perl documentation regarding file handle globs and underlying file