mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
*** CID 1220098: Missing unlock (LOCK) /src/log-droplog.c: 195 in LogDropLogNetFilter() 189 SCMutexLock(&dlt->file_ctx->fp_mutex); 190 191 if (dlt->file_ctx->rotation_flag) { 192 dlt->file_ctx->rotation_flag = 0; 193 if (SCConfLogReopen(dlt->file_ctx) != 0) { 194 /* Rotation failed, error already logged. */ >>> CID 1220098: Missing unlock (LOCK) >>> Returning without unlocking "dlt->file_ctx->fp_mutex". 195 return TM_ECODE_FAILED; 196 } 197 } 198 199 if (dlt->file_ctx == NULL) { 200 return TM_ECODE_FAILED; *** CID 1220099: Dereference before null check (REVERSE_INULL) /src/log-droplog.c: 199 in LogDropLogNetFilter() 193 if (SCConfLogReopen(dlt->file_ctx) != 0) { 194 /* Rotation failed, error already logged. */ 195 return TM_ECODE_FAILED; 196 } 197 } 198 >>> CID 1220099: Dereference before null check (REVERSE_INULL) >>> Null-checking "dlt->file_ctx" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. 199 if (dlt->file_ctx == NULL) { 200 return TM_ECODE_FAILED; 201 } 202 203 char srcip[46] = ""; 204 char dstip[46] = ""; |
11 years ago | |
---|---|---|
benches | 16 years ago | |
contrib | 12 years ago | |
doc | 13 years ago | |
m4 | 16 years ago | |
qa | 11 years ago | |
rules | 11 years ago | |
scripts | 11 years ago | |
src | 11 years ago | |
.gitignore | 12 years ago | |
COPYING | 16 years ago | |
ChangeLog | 11 years ago | |
LICENSE | 16 years ago | |
Makefile.am | 12 years ago | |
Makefile.cvs | 16 years ago | |
acsite.m4 | 16 years ago | |
autogen.sh | 13 years ago | |
classification.config | 16 years ago | |
config.rpath | 12 years ago | |
configure.ac | 11 years ago | |
doxygen.cfg | 11 years ago | |
reference.config | 14 years ago | |
suricata.yaml.in | 11 years ago | |
threshold.config | 13 years ago |