[all-commits] [llvm/llvm-project] c93112: Validate argument passed to __builtin_frame_addres...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Mon Feb 24 14:24:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c93112dc4f745b0455addb54bfe1c2f79b827c6d
https://github.com/llvm/llvm-project/commit/c93112dc4f745b0455addb54bfe1c2f79b827c6d
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/builtin-stackaddress.c
Log Message:
-----------
Validate argument passed to __builtin_frame_address and __builtin_return_address
Verifies that the argument passed to __builtin_frame_address and __builtin_return_address is within the range [0, 0xFFFF].
More information about the All-commits
mailing list