Commit 9d2d0bb
authored
fix(obfuscation/memcached): fuzzing fix (#1695)
# What does this PR do?
Ran a [fuzzer](https://github.com/DataDog/obfuscation-parity-tester/blob/main/crates/fuzzer/src/lib.rs) to find output difference between this obfuscator and the agent's obfuscator, fixed issues one by one, even the nonsensical edge cases.
This one fixes 1 fuzzing testcase: memcached_fuzzing_2126976840
# Motivation
Reach 100% parity between obfuscation libs.
# Additional Notes
# How to test the change?
Co-authored-by: oscar.ledauphin <oscar.ledauphin@datadoghq.com>1 parent b6e1ba4 commit 9d2d0bb
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
0 commit comments