From e2347660a575497fa9ce32fbd8e984faaa404cd7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Apr 2026 21:13:00 +0200 Subject: [PATCH] cleanups --- .github/workflows/linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 44bc51b39b..ed5b8439cd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -352,16 +352,16 @@ jobs: - name: 'address-sanitizer (gcc CM)' install_packages: gcc-14 libssl-dev libssh-dev libidn2-dev libnghttp2-dev libubsan1 libasan8 libtsan2 install_steps: pytest randcurl - CFLAGS: -fsanitize=address,undefined,bounds,signed-integer-overflow -fno-sanitize-recover=address,undefined,bounds,signed-integer-overflow - LDFLAGS: -fsanitize=address,undefined,bounds,signed-integer-overflow -fno-sanitize-recover=address,undefined,bounds,signed-integer-overflow -ldl -lubsan + CFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined + LDFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined -ldl -lubsan CC: gcc-14 generate: -DENABLE_DEBUG=ON -DCURL_USE_OPENSSL=ON -DCURL_USE_LIBSSH=ON -DCMAKE_BUILD_TYPE=Debug - name: 'address-sanitizer (gcc AM)' install_packages: gcc-14 libssl-dev libssh-dev libidn2-dev libnghttp2-dev libubsan1 libasan8 libtsan2 install_steps: pytest randcurl - CFLAGS: -fsanitize=address,undefined,bounds,signed-integer-overflow -fno-sanitize-recover=address,undefined,bounds,signed-integer-overflow - LDFLAGS: -fsanitize=address,undefined,bounds,signed-integer-overflow -fno-sanitize-recover=address,undefined,bounds,signed-integer-overflow + CFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined + LDFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined LIBS: -ldl -lubsan CC: gcc-14 configure: --enable-debug --with-openssl --with-libssh