On Thu Aug 15 08:33:21 2024 +0000, Nikolay Sivov wrote:
Are you sure you need to set the null explicitly? SysAllocStringLen(NULL) already initializes the whole buffer I think.
ah... it does. forgot i had a local change that doesn't clear the buffer
not sure when windows stopped clearing it, but my windows 10 box doesn't. makes a measurable difference in some cases
i can submit that separately if no objections. but if/when that's merged, msxml will randomly return garbage without the above fix