http://llvm.org/bugs/show_bug.cgi?id=9171

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Chris Lattner <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to