Skip to content
Snippets Groups Projects
Commit 77c90294 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Egor Ivkov
Browse files

test: fix format of dictionaries

According to libFuzzer documentation [1] backslash should be escaped.

1. https://llvm.org/docs/LibFuzzer.html#dictionaries

```
$ swim_proto_meta_fuzzer -dict=swim_proto_meta_fuzzer.dict
ParseDictionaryFile: error in line 1
                "\001\000\000\004"
$ swim_proto_member_fuzzer -dict=swim_proto_member_fuzzer.dict
ParseDictionaryFile: error in line 1
                "\022\000\000\000\000\000\000\000"
```

NO_CHANGELOG=internal
NO_DOC=internal
NO_TEST=internal

(cherry picked from commit 62d03f15)
(cherry picked from commit 2b3eeda5)
parent 1ec10df0
No related branches found
No related tags found
1 merge request!142cherry pick fuzzing related commits from 2.11.2-picodata to picodata-23.12
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment