File:Bevel.png

Licensing

This work is licensed under a
License::Creative Commons Attribution-ShareAlike 3.0 Unported License
Credit:
gollark: Make your own Linux from Scratch from scratch.
gollark: Idea: LFS from scratch.
gollark: A great thing about this is that `free` is idempotent, so double free errors cannot actually occur.
gollark: This was before floating pointers, sadly.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.