Menu

#159 More 64-bit portability woes

closed-fixed
8
2013-06-21
2002-02-14
No

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.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2002-02-17
    • priority: 5 --> 8
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2002-02-17

    Logged In: YES
    user_id=1110

    Thanks a lot for your report. I value them highly.

    Corrected in CVS now.

     
MongoDB Logo MongoDB