mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
add libfuzzer as a word
This commit is contained in:
parent
1bc9980d14
commit
24e78cb027
6 changed files with 1 additions and 10 deletions
|
@ -50,6 +50,7 @@ Gmail
|
|||
GNU
|
||||
Illumos
|
||||
Irix
|
||||
libfuzzer
|
||||
MS-DOS
|
||||
MSDOS
|
||||
MacOS
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# spell-checker:ignore libfuzzer
|
||||
|
||||
[package]
|
||||
name = "uucore-fuzz"
|
||||
version = "0.0.0"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// spell-checker:ignore libfuzzer
|
||||
|
||||
#![no_main]
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// spell-checker:ignore libfuzzer
|
||||
|
||||
#![no_main]
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// spell-checker:ignore libfuzzer
|
||||
|
||||
#![no_main]
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// spell-checker:ignore libfuzzer
|
||||
|
||||
#![no_main]
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
|
Loading…
Reference in a new issue