regsvr32: Fix issue where DllInstall receives invalid cmdline

Hugh McMaster hugh.mcmaster at masterindexing.com
Tue Apr 22 01:26:00 CDT 2014


This patch fixes an issue that allows the option /i:cmdline to pass cmdline to DllInstall with only one quotation mark present (either at the start or end of the string).

If working with /i:"command, DllInstall receives 'comman' as the string, which is neither intended nor valid.

Similarly, if working with /i:command", DllInstall receives command" as the string which, again, is not intended nor valid.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: regsvr32-prevent-quotes-mismatch.patch
Type: application/octet-stream
Size: 1536 bytes
Desc: regsvr32-prevent-quotes-mismatch.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140422/366b4a5b/attachment.obj>


More information about the wine-patches mailing list