Files
clang-p2996/clang/test/CodeGen/catch-nullptr-and-nonzero-offset.c
Nikita Popov 39d55321bd [CodeGen] Respect pointer-overflow sanitizer for void pointers (#67772)
Pointer arithmetic on void pointers (a GNU extension) was going through
a different code path and bypassed the pointer-overflow sanitizer.

Fixes https://github.com/llvm/llvm-project/issues/66451.
2023-10-04 15:16:00 +02:00

42 KiB