- An error in the multithreaded case could print the wrong function name
authorotto <otto@openbsd.org>
Sun, 28 Jan 2018 13:41:48 +0000 (13:41 +0000)
committerotto <otto@openbsd.org>
Sun, 28 Jan 2018 13:41:48 +0000 (13:41 +0000)
commit4eb201131b008b69e592162dec0e661fcbae4ef8
treef7c356066180a1ef9d2348514095a5214afa3314
parent162f7d2f70fc7706a6a41366a846707b8d8f3755
- An error in the multithreaded case could print the wrong function name
- Start with a full page of struct region_info's
- Save an mprotect in the init code: allocate 3 pages with none and
  make the middle page r/w instead of a r/w allocation and two calls to make the
  guard pages none
lib/libc/stdlib/malloc.c