|
From: Tom H. <to...@co...> - 2012-12-12 19:45:13
|
On 12/12/12 19:09, Alfonso Acosta wrote: > It seems that Valgrind doesn't like this kind of run-time modifications > since it crashes on the first call to the hijacked calloc whereas the > program runs just fine when not involving Valgrind. You need to use --smc-check=all if your code is self modifying. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |