[Bug 41231] New: regedit no longer processes registry input from stdin using "-" as filename
https://bugs.winehq.org/show_bug.cgi?id=41231 Bug ID: 41231 Summary: regedit no longer processes registry input from stdin using "-" as filename Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: zakarjor(a)yahoo.com Distribution: --- regedit since around 1.9.17 no longer processes registry input from stdin: Steps to reproduce: 1. run command from shell: regedit - 2. add appropriate registry input lines in stdin and end with Ctrl-D Expected: the registry entry should be added in registry (use regedit GUI to view) Actual: No change in registry This looks like a regression after commit 256290f "regedit: Parse command-line input using Unicode". In regedit.c PerformRegAction(), after testing if "-" and setting reg_file=stdin, it skips over "else" statement and just reaches break statement without calling import_registry_file(). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 Hugh McMaster <hugh.mcmaster(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster(a)outlook.com --- Comment #1 from Hugh McMaster <hugh.mcmaster(a)outlook.com> --- Hi Zachary, Thank you for the bug report. This is definitely a regression, caused by me, so sorry about that. I've just sent a patch to fix this, so the bug will be resolved shortly. The fix will appear in the nightly git release or, at the latest, in release 1.9.18. Regards, Hugh -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 --- Comment #2 from Hugh McMaster <hugh.mcmaster(a)outlook.com> --- Fixed by commit d8fd4bde382f7bba9d876dab6275e9706b7e3c5e. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |winetest(a)luukku.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #3 from winetest(a)luukku.com --- (In reply to Hugh McMaster from comment #2)
Fixed by commit d8fd4bde382f7bba9d876dab6275e9706b7e3c5e.
Assuming fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.9.17 Severity|major |normal Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Keywords| |download, source Fixed by SHA1| |d8fd4bde382f7bba9d876dab627 | |5e9706b7e3c5e --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to winetest from comment #3)
(In reply to Hugh McMaster from comment #2)
Fixed by commit d8fd4bde382f7bba9d876dab6275e9706b7e3c5e.
Assuming fixed.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.21. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41231 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Keywords| |regression Regression SHA1| |256290f74f9d51fce5bdf2b48e9 | |3e65f42fc2588 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org