[all-commits] [llvm/llvm-project] 3923ad: [clang][bytecode] Guard strcmp against differing e...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Aug 21 09:02:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3923adfa3f6d06d52e543b1c54d8b831a49ec29f
https://github.com/llvm/llvm-project/commit/3923adfa3f6d06d52e543b1c54d8b831a49ec29f
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-08-21 (Thu, 21 Aug 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/test/AST/ByteCode/c.c
Log Message:
-----------
[clang][bytecode] Guard strcmp against differing element types (#154777)
This can happen when casts are involved.
Fixes #154006
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