[compiler-rt] [sanitizer_common] Implement address sanitizer on AIX: platform specific support (PR #131866)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 00:48:19 PDT 2025
================
@@ -809,6 +839,9 @@ struct __sanitizer_addrinfo {
char *ai_canonname;
#endif
struct __sanitizer_addrinfo *ai_next;
+# if SANITIZER_AIX
+ int ai_eflags;
----------------
hubert-reinterpretcast wrote:
Is there a reason for this to not be subject to a `CHECK_SIZE_AND_OFFSET` call?
https://github.com/llvm/llvm-project/pull/131866
More information about the llvm-commits
mailing list