Bug 6610 - change RefPtr so that it works when deref ends up deleting the RefPtr
Summary: change RefPtr so that it works when deref ends up deleting the RefPtr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 03:15 PST by Darin Adler
Modified: 2006-01-17 09:26 PST (History)
1 user (show)

See Also:


Attachments
patch to always set the pointer before doing a deref() on the old value (3.12 KB, patch)
2006-01-17 03:16 PST, Darin Adler
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-01-17 03:15:50 PST
Maciej ran into this with what he's working on.
Comment 1 Darin Adler 2006-01-17 03:16:22 PST
Created attachment 5735 [details]
patch to always set the pointer before doing a deref() on the old value
Comment 2 Anders Carlsson 2006-01-17 08:55:36 PST
Comment on attachment 5735 [details]
patch to always set the pointer before doing a deref() on the old value

r=me