[webkit-reviews] review requested: [Bug 22341] Text codecs should not use static data without locking : [Attachment 25266] now with more correctness built-in

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 19 06:20:41 PST 2008


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 22341: Text codecs should not use static data without locking
https://bugs.webkit.org/show_bug.cgi?id=22341

Attachment 25266: now with more correctness built-in
https://bugs.webkit.org/attachment.cgi?id=25266&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
The previous patch was wrong in two ways - first, it caused deadlocks in text
encoding registry, and second, it's not really correct to move codecs between
threads, even if protected with locks.


More information about the webkit-reviews mailing list