Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make cppcheck happy. lib/search/regex.c:888:85: error: Uninitialized variable: *error [uninitvar] if (pcre2_jit_compile (mc_search_cond->regex_handle, PCRE2_JIT_COMPLETE) && *error != '\0') ^ src/vfs/sftpfs/dir.c:95:26: warning: Uninitialized variable: handle [uninitvar] sftpfs_dir->handle = handle; ^ Found by cppcheck-2.16.0 Signed-off-by: Andreas Mohr <[email protected]> Signed-off-by: Andrew Borodin <[email protected]>
- Loading branch information