Bugs item #2936904, was opened at 2010-01-22 00:02
Message generated for change (Tracker Item Submitted) made by vapier
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=534974&aid=2936904&group_id=72581
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mike Frysinger (vapier)
Assigned to: Nobody/Anonymous (nobody)
Summary: rline has implicit malloc decl (breaks 64 bit systems)
Initial Comment:
trying to compile 0.6.5 on a 64bit system yields an implicit decl of cgdb_malloc in rline.c, and since it returns a pointer, the value is truncated to 32 bits
i just did:
sed -i 's:cgdb_malloc:malloc:' various/rline/src/rline.c
but maybe you want to switch the code to use cgdb_malloc completely (add the header / convert the other malloc calls / ...)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=534974&aid=2936904&group_id=72581
|