mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
Lagom: Rename FuzzBMP to FuzzBMPLoader
This commit is contained in:
parent
ec4c2f971b
commit
f160df123b
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function(add_simple_fuzzer name)
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
add_simple_fuzzer(FuzzBMP)
|
add_simple_fuzzer(FuzzBMPLoader)
|
||||||
add_simple_fuzzer(FuzzELF)
|
add_simple_fuzzer(FuzzELF)
|
||||||
add_simple_fuzzer(FuzzGemini)
|
add_simple_fuzzer(FuzzGemini)
|
||||||
add_simple_fuzzer(FuzzGIFLoader)
|
add_simple_fuzzer(FuzzGIFLoader)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue