Project

General

Profile

Bug #23 » 0002-fixed-23-bug.patch

Gurvinder Singh, 12/27/2009 05:57 AM

View differences:

src/detect-http-cookie.c
return 0;
}
if (htp_state->connp->conn == NULL) {
SCLogDebug("HTTP connection structure is NULL");
return 0;
}
int ret = 0;
SCMutexLock(&f->m);
htp_tx_t *tx = list_get(htp_state->connp->conn->transactions, 0);
(2-2/5)