[PATCH v8] mscoree: Allow loading of registration free .NET COM objects

Vincent Povirk vincent at codeweavers.com
Thu Jan 31 14:31:14 CST 2019


> Sure, I don't mind. If you don't mind the question, how would you write it?

+    if (lstrlenW(ptr_name) + 1 > classname_size)

+    if (lstrlenW(filename) + lstrlenW(path) + ARRAY_SIZE(str_dll) + 1
> filename_size)

Calculate required buffer size, compare to actual buffer size.



More information about the wine-devel mailing list