[all-commits] [llvm/llvm-project] 1c02c8: [clang] fix use after free in clang/tools/c-index-...
Mikhail Goncharov via All-commits
all-commits at lists.llvm.org
Tue Feb 18 22:41:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c02c8f6fcbea1750e0c50c8a22af29b19588d72
https://github.com/llvm/llvm-project/commit/1c02c8f6fcbea1750e0c50c8a22af29b19588d72
Author: Mikhail Goncharov <goncharov.mikhail at gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M clang/tools/c-index-test/c-index-test.c
Log Message:
-----------
[clang] fix use after free in clang/tools/c-index-test/c-index-test.c (#127063)
recent change e76739eeb952940b2979c70ba44a28fecf592695 has exposed
use after free in GetCursorSource() function that returned pointer to
a disposed CXString
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