"Michal Piaskowski" piaskal@gmail.com writes:
Hi! This is my first patch for wine. It fixes bug 824.
The problem is that wine stores REG_MULTI_SZ as null terminated string and sometimes looses information about data length. Without this information wine can't tell if the original string was null terminated or not.
I don't think a non null-terminated MULTI_SZ string is very useful. Do you really have an app that depends on this?