[all-commits] [llvm/llvm-project] 0ef35b: [clang][bytecode] Don't deref() non-dereferencable...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Jun 1 05:09:35 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ef35be046b020a2106651ad4da879249872c88e
https://github.com/llvm/llvm-project/commit/0ef35be046b020a2106651ad4da879249872c88e
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M clang/lib/AST/ByteCode/Interp.h
M clang/test/AST/ByteCode/invalid.cpp
Log Message:
-----------
[clang][bytecode] Don't deref() non-dereferencable pointers (#200774)
That shouldn't happen and the isDummy() check wasn't enough.
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