Skip to content

Commit

Permalink
ci: bump libfido2, libcbor
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Nov 25, 2024
1 parent c064c5c commit 3ca4e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/ci/fuzz-linux-asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -euxo pipefail
CORPUS_URL="https://storage.googleapis.com/yubico-pam-u2f/corpus.tgz"

LIBCBOR_URL="https://github.com/pjk/libcbor"
LIBCBOR_TAG="v0.10.2"
LIBCBOR_TAG="v0.11.0"
LIBCBOR_CFLAGS="-fsanitize=address,alignment,bounds"
LIBFIDO2_URL="https://github.com/Yubico/libfido2"
LIBFIDO2_TAG="1.14.0"
LIBFIDO2_TAG="1.15.0"
LIBFIDO2_CFLAGS="-fsanitize=address,alignment,bounds"

COMMON_CFLAGS="-g2 -fno-omit-frame-pointer"
Expand Down

0 comments on commit 3ca4e47

Please sign in to comment.