mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
0ed6cdc98e
free on tlsf poisons the entire block, while alloc might only unpoison a part of it (cause it's size is aligned up). This causes free to potentially poison an already poisoned portion, which is a use-after-poison. Because this is "fine" and intended, I opted to just @no_sanitize_address it.