This patch fixes the segmentation fault seen after calling mymalloc in 64-bit systems. This uses the relatively heavy handed solution of removing mymalloc, and only using malloc, though it does verify that malloc did not return NULL.
Log in to post a comment.