mirror of
https://github.com/wader/fq.git
synced 2024-11-22 15:45:45 +03:00
dev,fuzz: Add some useful retrigger snippets
This commit is contained in:
parent
76b56841ec
commit
15f7c67a51
4
Makefile
4
Makefile
@ -91,6 +91,10 @@ update-gomod:
|
||||
|
||||
# TODO: as decode recovers panic and "repanics" unrecoverable errors this is a bit hacky at the moment
|
||||
# fuzz code is not suppose to print to stderr so log to file
|
||||
# Retrigger:
|
||||
# cat format/testdata/fuzz/FuzzFormats/... | go run dev/fuzzbytes.go | go run . -d raw '. as $b | formats | keys[] as $f | $b | decode($f)'
|
||||
# cat format/testdata/fuzz/FuzzFormats/... | go run dev/fuzzbytes.go | fq -d raw 'tobytes | tobase64'
|
||||
# fq -n '"..." | frombase64 | ...'
|
||||
.PHONY: fuzz
|
||||
fuzz:
|
||||
# in other terminal: tail -f /tmp/repanic
|
||||
|
Loading…
Reference in New Issue
Block a user