| patch |
summary |
view |
raw |
| 0005-Fix-segv-condition-on-DetectHttpMethodMatch-if-the-a.patch |
src/detect-http-method.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 0006-Set-default-gid-to-1-on-Sig-init.patch |
src/detect-parse.c | 5 +++++
1 file changed, 5 insertions(+)
|
view
|
download
|
| 0008-fix-NULL-indirection-while-parsing-dce-sigs-clang-fi.patch |
src/detect-distance.c | 2 +-
src/detect-within.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 0009-Make-malloc-errors-on-initialization-stage-a-fatal-e.patch |
src/app-layer-detect-proto.c | 4 +-
src/detect-content.c | 40 +++++++++++++++------
src/detect-engine-mpm.c | 1
src/suricata.c | 18 +++++++++
src/suricata.h | 7 +++
src/tmqh-packetpool.c | 11 +++++
src/tmqh-ringbuffer.c | 8 ++++
src/util-debug.c | 12 ++++--
src/util-error.c | 1
src/util-host-os-info.c | 14 +++++--
src/util-mem.h | 79 ++++++++++++++++++++++++++++++++++---------
src/util-mpm-b2g.c | 7 +++
src/util-radix-tree.c | 21 +++++++----
src/util-spm-bm.c | 13 +++++--
src/util-spm-bm.h | 2 -
15 files changed, 189 insertions(+), 49 deletions(-)
|
view
|
download
|
| 0010-Drop-streams-on-inline-mode-when-a-drop-rule-match-f.patch |
src/app-layer.c | 2
src/decode.h | 6
src/detect-engine-alert.c | 12
src/detect-engine-alert.h | 2
src/detect-engine-iponly.c | 5
src/detect.c | 563 ++++++++++++++++++++++++++++++++++++++++++++-
src/flow.c | 64 -----
src/flow.h | 77 +++++-
src/stream-tcp.c | 41 +--
src/stream-tcp.h | 49 +++
src/suricata.c | 10
src/suricata.h | 12
12 files changed, 743 insertions(+), 100 deletions(-)
|
view
|
download
|
| 0011-Reference-atomic-vars-with-SC_ATOMIC_EXTERN-properly.patch |
src/util-atomic.h | 24 ++++++++++++++++++++++++
src/util-mem.h | 3 ++-
2 files changed, 26 insertions(+), 1 deletion(-)
|
view
|
download
|
| 0014-support-for-several-tcp-evasion-attacks.-Thanks-to-J.patch |
src/stream-tcp-reassemble.c | 129 ++++-
src/stream-tcp-reassemble.h | 1
src/stream-tcp.c | 1111 +++++++++++++++++++++++++++++++++++++++++++-
src/stream-tcp.h | 5
suricata.yaml | 5
5 files changed, 1238 insertions(+), 13 deletions(-)
|
view
|
download
|
| 0015-Properly-set-tmp_ra_base_seq-in-streams.-By-Gurvinde.patch |
src/stream-tcp.c | 9 +++++++++
1 file changed, 9 insertions(+)
|
view
|
download
|