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@winehq.org ReportedBy: cybolic@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.
http://bugs.winehq.org/show_bug.cgi?id=17242
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=17242
Arjun Comar mandaya@rose-hulman.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mandaya@rose-hulman.edu
--- Comment #1 from Arjun Comar mandaya@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.
http://bugs.winehq.org/show_bug.cgi?id=17242
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #2 from Andrew Eikum aeikum@codeweavers.com 2010-06-08 10:15:03 --- This should be fixed by this commit.
commit 4a6ed21094214b96373c8efc9786b1ae8a65550b Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Jun 7 16:07:48 2010 -0500
regedit: Escape the value name portion during export.
Please retest to confirm.
http://bugs.winehq.org/show_bug.cgi?id=17242
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Andrew Eikum aeikum@codeweavers.com 2010-06-10 14:48:30 --- Fixed by 4a6ed210942.
http://bugs.winehq.org/show_bug.cgi?id=17242
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-06-11 12:51:05 --- Closing bugs fixed in 1.2-rc3.