Details
Description
Calling conventions are missing in PFN_NXAPI_PROGRESS_CALLBACK / PFN_NXAPI_BROWSE_CALLBACK are missing a calling convention. This may result in a stack corruption if a user uses cdecl instead of stdcall, as internally the function pointer is passed to xChannelDownload which expects a stdcall function pointer.