[all-commits] [llvm/llvm-project] ed0fd1: [scudo] Double frees result in chunk state error (...
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Tue Oct 15 17:15:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed0fd13783a68af6033b2c489eb830af0726856c
https://github.com/llvm/llvm-project/commit/ed0fd13783a68af6033b2c489eb830af0726856c
Author: Christopher Ferris <cferris1000 at users.noreply.github.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
Log Message:
-----------
[scudo] Double frees result in chunk state error (#110345)
Fixes bug where a device that supports tagged pointers doesn't use
the tagged pointer when computing the checksum.
Add tests to verify that double frees result in chunk state error
not corrupted header errors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list