Nat! bio photo

Nat!

Senior Mull

Twitter Github Twitch

Embarassing newbie coder bug

I wrote some debug routines for the mullocator, to trace down problems I have with some programs. I managed to code this:

memset( block, length - 2 * ALIGNMENT, 0x9B);      /* initalize with some trash */

Ahem!