Bug #231 » 0001-Fix-segv-condition-on-DetectHttpMethodMatch-if-the-a.patch
| 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);
|
||
|
}
|
||
- « Previous
- 1
- 2
- Next »