2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Fixes a memory corruption in logger and adds sanitizer builds to CI (#261)

logger now owns the prefix string
This fixes a use-after-stack-return memory error in async_run
Adds a clang-19 and a gcc-14 build to CI with the address and undefined behavior sanitizer enabled

close #260
This commit is contained in:
Anarthal (Rubén Pérez)
2025-06-01 13:40:37 +02:00
committed by GitHub
parent 479068e778
commit 0c8c6fcc09
3 changed files with 29 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ services:
- 6379:6379
- 6380:6380
builder:
image: ubuntu:22.04
image: $IMAGE
container_name: builder
tty: true
environment: