[all-commits] [llvm/llvm-project] a66dc4: [scudo] allocation_ring_buffer_size <= 0 disables ...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Nov 14 14:58:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a66dc461ace46e9edc8364c077d68f910b1d8ce5
https://github.com/llvm/llvm-project/commit/a66dc461ace46e9edc8364c077d68f910b1d8ce5
Author: Florian Mayer <fmayer at google.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/flags.inc
Log Message:
-----------
[scudo] allocation_ring_buffer_size <= 0 disables buffer (#71791)
Prevent a null pointer exception for allocation_ring_buffer_size < 0.
More information about the All-commits
mailing list