[Bug 17242] New: Regedit: Exported key names containing backslashes are not escaped
http://bugs.winehq.org/show_bug.cgi?id=17242 Summary: Regedit: Exported key names containing backslashes are not escaped Product: Wine Version: 1.1.14 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: cybolic(a)gmail.com For example, exporting HKEY_LOCAL_MACHINE\System\MountedDevices in regedit will write keynames as such: [HKEY_LOCAL_MACHINE\System\MountedDevices] "\??\Volume{00000000-0000-0000-0000-000000000043}"=hex:2e,2e,2f,64,72,69,76,65,\ 5f,63,00 which cannot be imported by regedit - the correct output should have been: [HKEY_LOCAL_MACHINE\System\MountedDevices] "\\??\\Volume{00000000-0000-0000-0000-000000000043}"=hex:2e,2e,2f,64,72,69,76,65,\ 5f,63,00 which imports correctly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=17242 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=17242 Arjun Comar <mandaya(a)rose-hulman.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mandaya(a)rose-hulman.edu --- Comment #1 from Arjun Comar <mandaya(a)rose-hulman.edu> 2010-01-28 13:20:17 --- I can confirm this bug on an x86_64 system in wine-1.1.36. I'm going to hunt around and see if I can fix it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=17242 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum(a)codeweavers.com --- Comment #2 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-06-08 10:15:03 --- This should be fixed by this commit. commit 4a6ed21094214b96373c8efc9786b1ae8a65550b Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Mon Jun 7 16:07:48 2010 -0500 regedit: Escape the value name portion during export. Please retest to confirm. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=17242 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-06-10 14:48:30 --- Fixed by 4a6ed210942. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=17242 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-11 12:51:05 --- Closing bugs fixed in 1.2-rc3. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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