mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
No description
In xalloc.c, we replace the system allocation functions. The replacement calloc() was implemented in terms of malloc() and memset(). gcc (since version 5.2) detects this and replaces the two calls by a single call to calloc(), causing an infinite loop in our code. |
||
|---|---|---|
| doc | ||
| etc | ||
| mud | ||
| mudlib | ||
| src | ||
| test | ||
| CHANGELOG | ||
| COPYRIGHT | ||
| CREDITS | ||
| HISTORY | ||
| INSTALL | ||
| README | ||