null checks in sig_handler

This commit is contained in:
2021-09-05 20:03:42 -04:00
parent c5ac89813f
commit 85d67a9393
2 changed files with 29 additions and 19 deletions

View File

@@ -2,6 +2,8 @@
ScanCtx_t ScanCtx = {
.stat_index_size = 0,
.dbg_current_files = NULL,
.pool = NULL
};
WebCtx_t WebCtx;
IndexCtx_t IndexCtx;