Hacker News new | ask | show | jobs
by elgfare 2743 days ago
This was a great piece, but I found it funny that there's a bug in the very first line of code mentioned:

    /* 65536 locations */
    uint16_t memory[UINT16_MAX];
Spot the leak.