Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
Description
Example is msvcrt.dll. Unless explicitly pulled in from CRT through a #pragma, the exports for _vsnprintf, bsearch and strcspn would point to the stub functions pulled in from libntdll.
To prevent bugs like this in the future, the reason needs to be investigated and a generic solutution should be provided, that doesn't require extra maintenance.