[Webkit-unassigned] [Bug 12111] Uninitialized variable in -[WebDefaultPolicyDelegate webView:decidePolicyForMIMEType:request:frame:decisionListener:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 1 15:09:07 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=12111





------- Comment #9 from ddkilzer at webkit.org  2008-01-01 15:09 PDT -------
(In reply to comment #8)
> This was not a good fix.  -[NSFileManager fileExistsAtPath:isDirectory] may or
> may not modify the variable isDirectory; that's a private implementation detail
> of NSFileManager.
> 
> What should be done is to check the return value of [[NSFileManager
> defaultManager] fileExistsAtPath:[[request URL] path] isDirectory:&isDirectory]
> before using isDirectory.

Please open a new bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list