mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
86812c2abb
closes #741 Old versions of the gnu libc uses calloc to allocate dymanic memory when some error occurs in dlsym. This results in a segfault as natives calloc wrapper has not been initialized yet. As this is a circular dependency and the libc can cope with this, we just return NULL from the calloc wrapper and hope for the best. Recent libc versions use a static buffer instead. |
||
---|---|---|
.. | ||
arm_common | ||
cc430 | ||
lpc1768 | ||
lpc2387 | ||
lpc_common | ||
mc1322x | ||
msp430-common | ||
msp430x16x | ||
native | ||
doc.txt |