Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
9759cb61
Verified
Commit
9759cb61
authored
Mar 19, 2021
by
Andronik Ordian
Browse files
REVERTME: test run
parent
89cf1a66
Pipeline
#129570
canceled with stages
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/github/run_fuzzer.sh
View file @
9759cb61
#!/usr/bin/env bash
timeout
--signal
INT
5h
cargo hfuzz run
$1
timeout
--signal
INT
20s
cargo hfuzz run
$1
status
=
$?
if
[
$status
-ne
124
]
;
then
...
...
Andronik Ordian
@ordian
mentioned in commit
a430eab0
·
Mar 19, 2021
mentioned in commit
a430eab0
mentioned in commit a430eab0abd3407e46cb6acff3090752f382d7a2
Toggle commit list
Andronik Ordian
@ordian
mentioned in commit
ddb195ae
·
Mar 24, 2021
mentioned in commit
ddb195ae
mentioned in commit ddb195ae19bebbc953c5073bff20219528ee382a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment