Skip to content

Commit 433fa54

Browse files
committed
Removes files, update naming and gitignore.
1 parent 6147785 commit 433fa54

14 files changed

+9
-304
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
build
66
.vscode
77

8+
### afl ###
9+
10+
findings
11+
crashes
12+
hangs
13+
814
### C ###
915
# Prerequisites
1016
*.d

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cmake_minimum_required(VERSION 3.10)
33
project(Fuzzing)
44
set(CMAKE_C_COMPILER "../AFL/afl-gcc")
55

6-
add_executable(std-image main.c)
7-
target_link_libraries(std-image m)
6+
add_executable(stb-image main.c)
7+
target_link_libraries(stb-image m)

Makefile

-178
This file was deleted.

findings/.cur_input

-1
This file was deleted.

findings/fuzz_bitmap

-1
This file was deleted.

findings/fuzzer_stats

-30
This file was deleted.

findings/plot_data

-89
This file was deleted.

findings/queue/.state/deterministic_done/id:000000,orig:PngSuite.LICENSE

Whitespace-only changes.

findings/queue/id:000000,orig:PngSuite.LICENSE

-1
This file was deleted.

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <stdlib.h>
33

44
#define STB_IMAGE_IMPLEMENTATION
5-
#include "stb_image_2016.h"
5+
#include "stb_image/stb_image_2016.h"
66

77
int main(int argc, char **argv)
88
{

stb

-1
This file was deleted.
File renamed without changes.

std-image

-1.23 MB
Binary file not shown.

test-input/linux.png

40.5 KB
Loading

0 commit comments

Comments
 (0)