[all-commits] [llvm/llvm-project] 76a560: [scudo] Always express sizes in terms of element c...
fabio-d via All-commits
all-commits at lists.llvm.org
Wed Sep 27 06:58:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76a5602fd027995e84bb991be0475bf8318ce51c
https://github.com/llvm/llvm-project/commit/76a5602fd027995e84bb991be0475bf8318ce51c
Author: Fabio D'Urso <fdurso at google.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/release.cpp
M compiler-rt/lib/scudo/standalone/release.h
M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
Log Message:
-----------
[scudo] Always express sizes in terms of element count in BufferPool (#66896)
This fixes the issue that resulted in getBuffer interpreting its
argument as a number of elements and getDynamicBuffer interpreting it
as a number of bytes.
More information about the All-commits
mailing list