[Webkit-unassigned] [Bug 9446] REGRESSION: Crash in CFSetApplyFunction()

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jun 15 07:59:41 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9446





------- Comment #11 from ddkilzer at kilzer.net  2006-06-15 07:59 PDT -------
(In reply to comment #10)
> (From update of attachment 8853 [edit])
> There's no point releasing _checksInProgress or setting it to nil if it's
> already nil. Still, this looks like the right fix. I'll check it in after
> moving those two lines inside the if.

The interesting thing is that all of the original code worked if
_checksInProgress was null (nil) because calling a method on a nil value in
ObjC simply returns nil.  It was just CFSetApplyFunction() that barfed on the
null value.

Note: Committed as revision r14873.


-- 
Configure bugmail: http://bugzilla.opendarwin.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