
26 Apr
2018
26 Apr
'18
5:50 p.m.
On Thu, 26 Apr 2018, Henning Thielemann wrote:
I like to test whether some low-level routines overwrite non-allocated memory area. On the Amiga there was the program Mungwall that surrounded memory blocks with some byte patterns at allocation and checked the integrity of those patterns at deallocation.
It seems that electric-fence is the counterpart to Mungwall on Linux. Any experiences how to use that in Haskell?