Move first use of malloc() (definition of T and NIL) to after
validate() to avoid conflicts with possible use of mmap by malloc(). Tested only on FreeBSD but should work ok on other platforms too.
Please register or sign in to comment
validate() to avoid conflicts with possible use of mmap by malloc(). Tested only on FreeBSD but should work ok on other platforms too.