mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
When using DEBUG_MEMORY_POOLS, when we want to crash, instead of using *(int *)0 = 0, use *(volatile int *)0 = 0, or clang will just translate it to a nop, instead of dereferencing 0. |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||