dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(bat): add 8000mA bat dtsi
huangcm
2025-08-30
0269911b91ed7e03c24005924cc6423abf245fb8
[~lzh/A133.git]
/
android
/
bionic
/
tests
/
libs
/
cfi_test_bad_lib.cpp
1
2
3
4
// Mock an invalid CFI-enabled library.
__attribute__((aligned(4096))) extern "C" char dummy[16] = {};
__asm__(".globl __cfi_check");
__asm__("__cfi_check = dummy + 3"); // Not aligned to anything.