开发者

Application crashing in WInXp and WIn2k3 but not in Vista or Win7 after applying KB981793 hot Fix from Microsoft

开发者 https://www.devze.com 2023-01-05 03:46 出处:网络
I have an existing application developed in VC++ 6.0 which has been installed in many customer sites throughout the world.

I have an existing application developed in VC++ 6.0 which has been installed in many customer sites throughout the world.

This application was working fine until sometime back when the Microsoft KB981793 hot fix was applied. This hotfix has changes related to Timezones and was crashing a crash due to an array overflow in our application code. When this patch was removed the application no longer crashed.

But the interesting thing is this crash was observed only in WinXP and Win2k3 machines and not in Vista or Win7 machines. Any reason why this work开发者_运维技巧s this way.


For XP and 2K3, Microsoft specifies minimum service pack levels as prerequisites. For Vista and 7 they don't require prerequisites even though service packs exist for Vista.


KB981793 for XP and 2003 touches Updspapi.dll, KB981793 for Vista or Windows 7 does not. This file is not related to timezones directly, but instead relates to the "setupAPI" (which includes device managament).

0

精彩评论

暂无评论...
验证码 换一张
取 消