This got caught by MALLOC_OPTIONS=S in OpenBSD. The B compiler filled the buffer while compiling hilo.b. Then realloc moved the buffer and unmapped the old buffer. The compiler tried to read the old buffer and segfaulted. |
||
|---|---|---|
| .. | ||
| h | ||
| src | ||
| build.lua | ||
This got caught by MALLOC_OPTIONS=S in OpenBSD. The B compiler filled the buffer while compiling hilo.b. Then realloc moved the buffer and unmapped the old buffer. The compiler tried to read the old buffer and segfaulted. |
||
|---|---|---|
| .. | ||
| h | ||
| src | ||
| build.lua | ||