[LLVMbugs] [Bug 9171] Clang-built WebKit exhibits unique form bug
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 12 18:54:55 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9171
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chris Lattner <clattner at apple.com> 2011-02-12 20:54:54 CST ---
This was a webkit bug, and is fixed in their ToT:
I don't know how to build WebKit with clang, but I think that I know what's
going on. We do call -[NSFileManager fileSystemRepresentationWithPath:] with a
nil argument, it raises an exception, and we end up returning from
-[_WebSafeForwarder forwardInvocation:] with an uninitialized result.
This use of uninitialized result is a regression from shipping WebKit, I can
observe it with a gcc build - even though the form doesn't fail to submit for
me.
--
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