WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
70229
[Curl] ResourceHandleManager::startJob() for Data URLs is missing deref()
https://bugs.webkit.org/show_bug.cgi?id=70229
Summary
[Curl] ResourceHandleManager::startJob() for Data URLs is missing deref()
Jens
Reported
2011-10-17 05:24:24 PDT
Hello All, IMHO a deref() is missing for asynchronous jobs with data:// URLs. In function ResourceHandleManager.cpp: - function add() calls ref() on a new job and adds it to a list - function startScheduledJobs() takes it from that list and calls startJob() - function startJob() calls handleDataUrl() (for data:// URLs) Shouldn't startJob() call deref() after handleDataUrl() returns? Best regards, Jens
Attachments
Add attachment
proposed patch, testcase, etc.
Basuke Suzuki
Comment 1
2017-07-18 15:16:14 PDT
Because of the new architecture, this bug is invalid.
Basuke Suzuki
Comment 2
2017-07-18 15:16:42 PDT
https://bugs.webkit.org/show_bug.cgi?id=173991
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