[LLVMbugs] [Bug 5130] missed check for NULL and wrong value in structure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 5 01:31:57 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5130
Roman Divacky <rdivacky at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #9 from Roman Divacky <rdivacky at freebsd.org> 2009-10-05 03:31:57 ---
the second issue, the
movl $-1, 96(%rbx)
instead of
orl $1, 96(%rbx)
is still there in the testcase
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list