Compare commits
9 Commits
f7f17514a6
...
e99caed709
| Author | SHA1 | Date | |
|---|---|---|---|
| e99caed709 | |||
| 6d2fe7dc2a | |||
| 61edc25d50 | |||
| f0d7ec56b3 | |||
| e34b7546a4 | |||
| e12212cd2c | |||
| 104cb98d9e | |||
| 7f59bb7c02 | |||
| 6c0b368f6b |
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -el -o pipefail {0}
|
||||
shell: bash -el {0}
|
||||
|
||||
# fixes rare instances of git commands failing because TERM isnt set
|
||||
env:
|
||||
@@ -198,3 +198,4 @@ jobs:
|
||||
# negate git grep ret code because 1 means no findings
|
||||
run: |
|
||||
git grep -E 'todo!|dbg!' -- '*.rs' && exit 1 || exit 0
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ pub unsafe extern "C" fn LLVMFuzzerTestOneInput(input: *const u8, len: usize) ->
|
||||
return -1;
|
||||
}
|
||||
|
||||
// todo!()
|
||||
let stdin = io::stdin();
|
||||
let mut stdout = io::stdout();
|
||||
let mut buffer = String::new();
|
||||
|
||||
Reference in New Issue
Block a user