Project

General

Profile

Bug #231 » 0001-Fix-segv-condition-on-DetectHttpMethodMatch-if-the-a.patch

Pablo Rincon, 08/27/2010 10:08 AM

View differences:

src/detect-http-method.c
htp_tx_t *tx = NULL;
int ret = 0;
if (hs == NULL) {
if (hs == NULL || hs->connp == NULL || hs->connp->conn == NULL) {
SCLogDebug("No HTP state.");
SCReturnInt(0);
}
(2-2/2)