j
k
j a
j l
André Hentschel nerv@dawncrow.de writes:
+int CDECL MSVCRT_tmpfile_s(MSVCRT_FILE** file) +{ if (!file) { *MSVCRT__errno() = MSVCRT_EINVAL; return MSVCRT_EINVAL; }
+int CDECL MSVCRT_tmpfile_s(MSVCRT_FILE** file) +{
*MSVCRT__errno() = MSVCRT_EINVAL;
return MSVCRT_EINVAL;
That's not the right way to check parameters in _s functions.
Back to the thread
Back to the list