Bug 155635 - Protect against excessive cache traversal
Summary: Protect against excessive cache traversal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-18 04:03 PDT by Antti Koivisto
Modified: 2016-03-18 10:59 PDT (History)
7 users (show)

See Also:


Attachments
patch (2.60 KB, patch)
2016-03-18 04:13 PDT, Antti Koivisto
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-03-18 04:03:16 PDT
We can't handle unlimited number of cache traversals. Protect against clients trying it.
Comment 1 Antti Koivisto 2016-03-18 04:13:56 PDT
Created attachment 274404 [details]
patch
Comment 2 Antti Koivisto 2016-03-18 04:14:16 PDT
rdar://problem/24241008
Comment 3 Antti Koivisto 2016-03-18 10:59:33 PDT
https://trac.webkit.org/r198429