summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-25 12:20:50 -0400
committerGitHub <noreply@github.com>2021-08-25 12:20:50 -0400
commit0850b1722cbd5095aa6f6e307b9c1bac49228d53 (patch)
tree3f5634b935981136f651c7bcc3f0dd48dbf0a61c /.github
parentcc4f8bc65e7dfc6673b83645b2f323bf555088e8 (diff)
parent4584660e11ee5fd6e9fb44b0d00bf7cb8df8edb4 (diff)
downloadlibgit2-0850b1722cbd5095aa6f6e307b9c1bac49228d53.tar.gz
Merge pull request #5950 from boretrk/posixtest
open: input validation for empty segments in path
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b58f57758..572f02544 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
env:
CC: gcc
CMAKE_GENERATOR: Ninja
- CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DDEBUG_STRICT_ALLOC=ON
+ CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DDEBUG_STRICT_ALLOC=ON -DDEBUG_STRICT_OPEN=ON
os: ubuntu-latest
- # Xenial, GCC, mbedTLS
container: