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:
committed by
GitHub
parent
479068e778
commit
0c8c6fcc09
@@ -15,7 +15,7 @@ services:
|
||||
- 6379:6379
|
||||
- 6380:6380
|
||||
builder:
|
||||
image: ubuntu:22.04
|
||||
image: $IMAGE
|
||||
container_name: builder
|
||||
tty: true
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user