Skip to content

Commit 1b840a0

Browse files
committed
Fix values which could be binary but aren't
1 parent f56c793 commit 1b840a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

yaml/curl_fuzzer/test100_3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tlvs:
4444
- length: 10
4545
type: SECOND_RESPONSE0
4646
type_id_v1: 31
47-
value: '1234567890'
47+
value: 'xyz4567890'
4848
- length: 9
4949
type: SECOND_RESPONSE1
5050
type_id_v1: 32

yaml/curl_fuzzer_http/test100_3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tlvs:
4444
- length: 10
4545
type: SECOND_RESPONSE0
4646
type_id_v1: 31
47-
value: '1234567890'
47+
value: xyz4567890
4848
- length: 9
4949
type: SECOND_RESPONSE1
5050
type_id_v1: 32

yaml/curl_fuzzer_ldap/test_url_fullldap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ tlvs:
88
- length: 6
99
type: RESPONSE1
1010
type_id_v1: 17
11-
value: '123456'
11+
value: 'xyz456'
1212
- length: 6
1313
type: RESPONSE2
1414
type_id_v1: 18
15-
value: '123456'
15+
value: 'xyz456'
1616
- length: 9
1717
type: USERNAME
1818
type_id_v1: 3
1919
value: cn=dirman
2020
- length: 6
2121
type: PASSWORD
2222
type_id_v1: 4
23-
value: '123456'
23+
value: 'xyz456'

0 commit comments

Comments
 (0)