summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-09-30 18:06:29 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-09-30 18:06:29 +0200
commit0f5195cc89d276cc0842c06ebc91eb1106520532 (patch)
tree1d9d81e80dee9f039ddf00653733adb39700a710 /examples
parentcf20840d73d676f5793d1b0e4306d11d210f2d56 (diff)
downloadlibgphoto2-0f5195cc89d276cc0842c06ebc91eb1106520532.tar.gz
use the proper word
libraries are also binaries. What this comment talks about is executables (the stuff with main() functions).
Diffstat (limited to 'examples')
-rw-r--r--examples/sample-libfuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample-libfuzz.c b/examples/sample-libfuzz.c
index de76c0934..66547de50 100644
--- a/examples/sample-libfuzz.c
+++ b/examples/sample-libfuzz.c
@@ -5,7 +5,7 @@
* install clang
* CC="clang" CFLAGS="-fsanitize=address,fuzzer -O2 -g" ./configure --prefix=/usr --libdir=/usr/lib64
* make -k
- (the binaries do not build with -fsanitize=fuzzer due to duplicate main)
+ (the executables do not build with -fsanitize=fuzzer due to duplicate main)
* make -k install
* clang -fsanitize=address,fuzzer -O2 -g sample-libfuzz.c autodetect.c context.c -lgphoto2 -lgphoto2_port -o fuzzer
* mkdir CORPUS