Fix: malloc libc instrumentation wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 8 Feb 2014 22:12:16 +0000 (17:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Feb 2014 14:32:17 +0000 (09:32 -0500)
calloc and realloc wrt dlsym and dlerror can trigger segmentation
faults. Ensure that we fully populate the allocator symbols all at once,
and also ensure that we use the static allocator while doing the dlsym
lookups.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.023934 seconds and 4 git commands to generate.