aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Ian Eldred Pudney <puddles@google.com>2020-11-30 13:38:28 -0800
committerGravatar GitHub <noreply@github.com>2020-11-30 13:38:28 -0800
commit3ef6ac2f1712e5f206520798606cb9ea677e056f (patch)
treee6da7cbcdc07595e7dc25664529d77c8202a8276 /projects
parentb4dd4b91de3296cc414a540f52f3ff310edf6c54 (diff)
Make json_differential_fuzzer produce known bugs (#4758)
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/ujson/json_differential_fuzzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/ujson/json_differential_fuzzer.py b/projects/ujson/json_differential_fuzzer.py
index 44fce0ea..b5fad6c2 100755
--- a/projects/ujson/json_differential_fuzzer.py
+++ b/projects/ujson/json_differential_fuzzer.py
@@ -71,8 +71,8 @@ def TestOneInput(input_bytes):
# Uncomment these lines to ignore the errors described in the docstring of
# this file.
- json_data = ClearAllIntegers(json_data)
- ujson_data = ClearAllIntegers(ujson_data)
+ # json_data = ClearAllIntegers(json_data)
+ # ujson_data = ClearAllIntegers(ujson_data)
json_dumped = json.dumps(json_data)
ujson_dumped = json.dumps(ujson_data)