RESOLVED FIXED 135136
Lots of crashes in IOSurfacePool and related places because we use IntSize(0, 0) as a HashTable key
https://bugs.webkit.org/show_bug.cgi?id=135136
Summary Lots of crashes in IOSurfacePool and related places because we use IntSize(0,...
Tim Horton
Reported 2014-07-21 17:27:30 PDT
IntSize(0, 0) as the key to CachedSurfaceMap ends in tears, and there's really no reason to be wasting space on them in the pool - we shouldn't even be allocating them in the first place! <rdar://problem/17478407>
Attachments
patch (1.55 KB, patch)
2014-07-21 17:29 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-07-21 17:29:25 PDT
Tim Horton
Comment 2 2014-07-21 18:26:53 PDT
Note You need to log in before you can comment on or make changes to this bug.