In turns out that stdlib.h is not included in llist.c or hash.c -- this means that malloc is not
declared, which means that it returns an int, which is bad because it is smaller than a void *.
Until this header file is added, curl segfaults on 64-bit machines.
This is with 7.9.4 by the way on Solaris 2.8 with Sun's compiler.
Logged In: YES
user_id=1110
Thanks a lot for your report. I value them highly.
Corrected in CVS now.