Status |
File |
Fingerprint |
Line Nr(s) |
Test |
Comment |
NOTABUG | dlls/iphlpapi/icmp.c | IcmpCreateFile(9) | 163 | file_handles | Native error code transformed to INVALID_HANLDE_VALUE (Comparison of file handle 'sid' with 0) |
NOTABUG | dlls/kernel32/file.c | CreateFileW(184) | 1508 | file_handles | Comparison of file handle 'ret' with 0 |
NOTABUG | dlls/kernel32/tests/pipe.c | test_DisconnectNamedPipe(17) | 1030 | file_handles | Win95 returns for that test NULL and not INVALID_HANDLE_VALUE (Comparison of file handle 'hnp' with 0) |
NEW | dlls/kernel32/tests/virtual.c | test_MapViewOfFile(221) | 591 | file_handles | Comparison of file handle 'file' with 0 |
NEW | dlls/mmdevapi/devenum.c | notif_thread_proc(59) | 1189 | unreached_code | |
NEW | dlls/ntdll/tests/port.c | test_ports_server(55) | 367 | unreached_code | |
NOTABUG | dlls/user32/tests/cursoricon.c | test_LoadImageFile(53) | 1117 | file_handles | Limitation: The variable is not a file handle anymore: Comparison of file handle 'handle' with 0 |
NOTABUG | dlls/user32/tests/cursoricon.c | test_LoadImageFile(49) | 1113 | file_handles | Limitation: The variable is not a file handle anymore: Comparison of file handle 'handle' with 0 |
NOTABUG | dlls/user32/tests/cursoricon.c | test_LoadImageFile(37) | 1101 | file_handles | Limitation: The variable is not a file handle anymore: Comparison of file handle 'handle' with 0 |
NOTABUG | dlls/user32/tests/cursoricon.c | test_LoadImageFile(26) | 1090 | file_handles | Limitation: The variable is not a file handle anymore: Comparison of file handle 'handle' with 0 |
BUG | dlls/wininet/urlcache.c | urlcache_next_entry(48) | 2297 | unreached_code | |
NEW | programs/cmd/builtins.c | WCMD_ManualCopy(18) | 487 | file_handles | Comparison of file handle 'out' with 0 |
NEW | programs/cmd/builtins.c | WCMD_ManualCopy(10) | 479 | file_handles | Comparison of file handle 'in' with 0 |
NEW | programs/cmd/builtins.c | WCMD_AppendEOF(9) | 445 | file_handles | Comparison of file handle 'h' with 0 |