Thurston Dang 8784dcef34
[msan] Detect dereferencing zero-alloc as use-of-uninitialized-value (#155944)
When a zero-byte allocation is requested, MSan actually allocates 1-byte
for compatibility. This change poisons that byte, to detect
dereferences.

Also updates the test from #155934
2025-08-29 10:19:38 -07:00
..