[LLVMbugs] [Bug 506] llvm-ranlib crashes on empty files
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 12 23:36:31 PST 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=506
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2005-02-13 01:36 -------
Fixed.
The main program wasn't handling a null return from Archive::OpenAndLoad which
originally was gauranteed to not return null and only throw on error but an
interface change wasn't propagated to llvm-ranlib.
Patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050207/024056.html
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list