summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-04 21:29:57 (GMT)
committerYann Collet <cyan@fb.com>2022-07-04 21:29:57 (GMT)
commitabe63b490b3254fd8cf15b7def3be5926b15ec49 (patch)
treeea7f2e0f072cdb58a1aa940cfd7c8833950d5d5a
parent6fb713358b0ccb66dc5a61f99530be7e145a85b4 (diff)
parent63df16db1ba28f2cfb1bb6008c168d91fcc6b9df (diff)
downloadlz4-abe63b490b3254fd8cf15b7def3be5926b15ec49.zip
lz4-abe63b490b3254fd8cf15b7def3be5926b15ec49.tar.gz
lz4-abe63b490b3254fd8cf15b7def3be5926b15ec49.tar.bz2
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--ossfuzz/.gitignore27
2 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e9c790..fa7e7e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,9 @@
#
name: lz4 CI
on: [push, pull_request]
+permissions:
+ contents: read
+
jobs:
lz4-c-compilers:
name: CC=${{ matrix.cc }}, ${{ matrix.os }}
diff --git a/ossfuzz/.gitignore b/ossfuzz/.gitignore
new file mode 100644
index 0000000..2dc764a
--- /dev/null
+++ b/ossfuzz/.gitignore
@@ -0,0 +1,27 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+*.dSYM # apple
+
+# Executables
+compress_frame_fuzzer
+compress_fuzzer
+compress_hc_fuzzer
+decompress_frame_fuzzer
+decompress_fuzzer
+round_trip_frame_fuzzer
+round_trip_fuzzer
+round_trip_hc_fuzzer
+round_trip_stream_fuzzer
+
+