fgets, fgetws: don't treat the possible uninitialized buffers as valid

strings.
This commit is contained in:
Uwe Bonnes 2002-07-08 20:44:33 +00:00 committed by Alexandre Julliard
parent 05ccdea0fa
commit aba44fbc01
1 changed files with 2 additions and 2 deletions

View File

@ -598,9 +598,9 @@ init MSVCRT_Init
@ cdecl fflush(ptr) MSVCRT_fflush @ cdecl fflush(ptr) MSVCRT_fflush
@ cdecl fgetc(ptr) MSVCRT_fgetc @ cdecl fgetc(ptr) MSVCRT_fgetc
@ cdecl fgetpos(ptr ptr) MSVCRT_fgetpos @ cdecl fgetpos(ptr ptr) MSVCRT_fgetpos
@ cdecl fgets(str long ptr) MSVCRT_fgets @ cdecl fgets(ptr long ptr) MSVCRT_fgets
@ cdecl fgetwc(ptr) MSVCRT_fgetwc @ cdecl fgetwc(ptr) MSVCRT_fgetwc
@ cdecl fgetws(wstr long ptr) MSVCRT_fgetws @ cdecl fgetws(ptr long ptr) MSVCRT_fgetws
@ forward -noimport floor ntdll.floor @ forward -noimport floor ntdll.floor
@ cdecl fmod(double double) fmod @ cdecl fmod(double double) fmod
@ cdecl fopen(str str) MSVCRT_fopen @ cdecl fopen(str str) MSVCRT_fopen