OpenBSD: Improved (in security terms, that is) Memory Allocation
OpenBSD to start using mmap()
at randomised locations in the virtual address space with guard pages to implement malloc()
to prevent buffer overruns and underruns. Nifty!
OpenBSD to start using mmap()
at randomised locations in the virtual address space with guard pages to implement malloc()
to prevent buffer overruns and underruns. Nifty!