WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134072
[iOS]: Overrelease of RetainPtr object in file upload
https://bugs.webkit.org/show_bug.cgi?id=134072
Summary
[iOS]: Overrelease of RetainPtr object in file upload
Joseph Pecoraro
Reported
2014-06-19 13:35:24 PDT
There is a -release call being sent to a RetainPtr object. That is unnecessary and will lead to an overrelease / extra release called on a deallocated object.
Attachments
[PATCH] Proposed fix
(1.27 KB, patch)
2014-06-19 13:36 PDT
,
Joseph Pecoraro
beidson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2014-06-19 13:36:59 PDT
Created
attachment 233377
[details]
[PATCH] Proposed fix
Joseph Pecoraro
Comment 2
2014-06-19 13:38:23 PDT
<
rdar://problem/17383446
>
David Kilzer (:ddkilzer)
Comment 3
2014-06-20 02:51:49 PDT
Commit queue has been stuck a long time on this patch.
Joseph Pecoraro
Comment 4
2014-06-20 10:58:55 PDT
<
http://trac.webkit.org/changeset/170192
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug