Coverity 1038959: DNS mpm might use initialized variable

pull/413/head
Victor Julien 12 years ago
parent fba95e9125
commit b3b554c269

@ -655,7 +655,7 @@ uint32_t DnsQueryPatternSearch(DetectEngineThreadCtx *det_ctx,
{
SCEnter();
uint32_t ret;
uint32_t ret = 0;
if (flags & STREAM_TOSERVER) {
if (det_ctx->sgh->mpm_dnsquery_ctx_ts == NULL)

Loading…
Cancel
Save