You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ cargo fuzz run validate_with_python
233
233
### Available Fuzz Targets
234
234
235
235
-**`all_protocols`**: Fast fuzzing of all protocols (0-5) with structural validation (~5000-10000 execs/sec)
236
-
-**`validate_with_python`**: Comprehensive validation with Python's `pickletools.genops()` (same logic as `scripts/validate-pickles.py`) including mutation testing (~100-500 execs/sec)
236
+
-**`validate_with_python`**: Comprehensive validation with Python's `pickletools.dis()` plus a whole-file STOP boundary check (same logic as `scripts/validate-pickles.py`) including mutation testing (~100-500 execs/sec)
0 commit comments