| Status |
File |
Fingerprint |
Line Nr(s) |
Test |
Comment |
| FIXED | dlls/comctl32/tab.c | TAB_Destroy(10) | 3067 | redundant_null_check | NULL pointer check before Free (commit) |
| FIXED | dlls/comctl32/toolbar.c | TOOLBAR_Destroy(18) | 5433 | redundant_null_check | NULL pointer check before Free (commit) |
| FIXED | dlls/fusion/assembly.c | assembly_create(18) | 358 | file_handles | Comparison of file handle 'component_ref((indirect_ref var_decl(assembly))(field_decl(hfile)))' with 0 (commit) |
| NOTABUG | dlls/gdi32/freetype.c | AddFontToList(144) | 1305 | redundant_null_check | Limitation in redundant_null_check.pl |
| FIXED | dlls/gdiplus/image.c | GdipCreateBitmapFromHBITMAP(37) | 1092 | unreached_code | (commit) |
| FIXED | dlls/gdiplus/tests/image.c | test_SavingImages(56) | 182 | redundant_null_check | NULL pointer check before GdipFree (commit) |
| FIXED | dlls/itss/chm_lib.c | chm_close(23) | 857 | redundant_null_check | NULL pointer check before HeapFree (commit) |
| NOTABUG | dlls/kernel32/file.c | CreateFileW(181) | 1491 | file_handles | Comparison of file handle 'ret' with 0 |
| FIXED | dlls/msvcrt/tests/heap.c | func_heap(18) | 358 | redundant_null_check | NULL pointer check before free (commit) |
| FIXED | dlls/netapi32/access.c | NetUserAdd(64) | 181 | redundant_null_check | NULL pointer check before HeapFree (commit) |
| BUG | dlls/ole32/compositemoniker.c | CompositeMonikerImpl_IsEqual(43) | 594 | unreached_code | code to release resources is unreachable |
| FIXED | dlls/riched20/editor.c | RichEditWndProc_common(618) | 2037 | redundant_null_check | NULL pointer check before richedit_free (commit) |
| FIXED | dlls/riched20/editor.c | RichEditWndProc_common(617) | 2036 | redundant_null_check | NULL pointer check before richedit_free (commit) |
| FIXED | dlls/rpcrt4/rpc_transport.c | rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(46) | 853 | file_handles | Comparison of file handle 'sock' with 0 (commit) |
| FIXED | dlls/rpcrt4/rpc_transport.c | rpcrt4_ncacn_ip_tcp_open(45) | 776 | file_handles | Comparison of file handle 'sock' with 0 (commit) |
| NOTABUG | dlls/user32/tests/cursoricon.c | test_LoadImageFile(41) | 686 | 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(31) | 676 | 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(23) | 668 | file_handles | Limitation: The variable is not a file handle anymore: Comparison of file handle 'handle' with 0 |
| NEW | dlls/winealsa.drv/wavein.c | widRecorder(175) | 318 | unreached_code | |
| NEW | dlls/wineesd.drv/audio.c | widRecorder(146) | 1824 | unreached_code | |
| NOTABUG | dlls/wineoss.drv/audio.c | widRecorder(307) | 2837 | unreached_code | bug in unreached_code and/or smatch |
| FIXED | dlls/wininet/tests/http.c | server_thread(11) | 1240 | file_handles | Comparison of file handle 's' with 0 (commit) |
| NEW | loader/kthread.c | create_thread(33) | 270 | unreached_code | |
| FIXED | server/console.c | console_input_destroy(22) | 1036 | redundant_null_check | NULL pointer check before free (commit) |
| FIXED | server/console.c | set_console_input_info(72) | 713 | redundant_null_check | NULL pointer check before free (commit) |
| FIXED | server/registry.c | key_destroy(11) | 338 | redundant_null_check | NULL pointer check before free (commit) |
| FIXED | server/registry.c | key_destroy(10) | 337 | redundant_null_check | NULL pointer check before free (commit) |
| NEW | tools/widl/write_msft.c | add_var_desc(46) | 1638 | unreached_code | |