Lagom: Rename FuzzBMP to FuzzBMPLoader
This commit is contained in:
parent
ec4c2f971b
commit
f160df123b
Notes:
sideshowbarker
2024-07-19 01:15:40 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/f160df123b4 Pull-request: https://github.com/SerenityOS/serenity/pull/4162 Reviewed-by: https://github.com/linusg
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function(add_simple_fuzzer name)
|
|||
)
|
||||
endfunction()
|
||||
|
||||
add_simple_fuzzer(FuzzBMP)
|
||||
add_simple_fuzzer(FuzzBMPLoader)
|
||||
add_simple_fuzzer(FuzzELF)
|
||||
add_simple_fuzzer(FuzzGemini)
|
||||
add_simple_fuzzer(FuzzGIFLoader)
|
||||
|
|
Loading…
Add table
Reference in a new issue