[Bug 824] \0 character is added to REG_MULTI_SZ registry values

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 5 06:33:41 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=824





--- Comment #13 from Michal Piaskowski <piaskal+wine at gmail.com>  2008-01-05 06:33:40 ---
I tried writing a test which creates some registry values with RegSetValueEx
and then reads it with RegQueryValueEx but it doesn't reproduce the bug.

It's because wineserver stores all registry data in memory and only saves/loads
it when starting/stoping and the bug is related to the way REG_MULTI_SZ is
stored in system files, so it can't be reproduced in a single test without
forcing wineserver to restart or reload registry data.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list