https://bugs.winehq.org/show_bug.cgi?id=50230
Bug ID: 50230 Summary: ntdll.dll is missing strcpy_s function Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: adam@michalik.es Distribution: ---
I was trying to run Microsoft's signtool.exe from Windows 10 SDK, and, trying to use native Windows libraries to make it work, finally it hit a snag on missing strcpy_s in ntdll.dll:
wine: Call from 0x7bc764b9 to unimplemented function ntdll.dll.strcpy_s, aborting
I think the call originates from native cryptsp.dll, though I'm not 100% certain about that.