We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f6f15 commit f333937Copy full SHA for f333937
src/detection/swap/swap_windows.c
@@ -26,4 +26,6 @@ const char* ffDetectSwap(FFSwapResult* swap)
26
}
27
swap->bytesUsed = (uint64_t)pstart->TotalUsed * sysInfo.dwPageSize;
28
swap->bytesTotal = (uint64_t)pstart->CurrentSize * sysInfo.dwPageSize;
29
+
30
+ return NULL;
31
0 commit comments