Skip to content

Commit 776155a

Browse files
author
bol-van
committed
blockcheck2: fix unterminated string
1 parent 3042359 commit 776155a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blockcheck2.d/standard/def.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FOOLINGS46_TCP=${FOOLINGS46_TCP:-"tcp_md5 badsum tcp_seq=-3000 tcp_seq=1000000 t
22
FOOLINGS6_TCP=${FOOLINGS6_TCP:-"ip6_hopbyhop ip6_hopbyhop:ip6_hopbyhop2 ip6_destopt ip6_routing ip6_ah"}
33
FOOLINGS_TCP="$FOOLINGS46_TCP"
44
[ "$IPV" = 6 ] && FOOLINGS_TCP="$FOOLINGS_TCP $FOOLINGS6_TCP"
5-
FOOLINGS_UDP="${FOOLINGS_UDP:-badsum"}
5+
FOOLINGS_UDP="${FOOLINGS_UDP:-badsum}"
66

77
FAKE_REPEATS=${FAKE_REPEATS:-1}

docs/changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ v0.6.1
7979

8080
* zapret-lib, zapret-auto: condition and stopif orchestrators
8181
* zapret-lib: detect_payload_str - sample lua payload detector
82+
* blockcheck2: unterminated string fix

0 commit comments

Comments
 (0)