On 27-09-19 17:51, Alexandre Julliard wrote:
It would be better to make sure that fill_sxs_info() initializes things correctly, instead of zeroing everything to hide the bug.
It does fill it correctly, but never gets called for dll_2 because CreateActCtxA fails on XP (as stated in fill_sxs_info). I initialized both to 0 to make it look more consistent, but only dll_2 actually has to be initialized to 0.
Sven