[webkit-reviews] review granted: [Bug 45418] Improve CoreIPC encoding of strings : [Attachment 66954] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 16:17:10 PDT 2010


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 45418: Improve CoreIPC encoding of strings
https://bugs.webkit.org/show_bug.cgi?id=45418

Attachment 66954: Patch
https://bugs.webkit.org/attachment.cgi?id=66954&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +	   // Before allocating the string, make sure that the decoder buffer
is big enough.
> +	   if (!decoder->bufferIsLargeEnoughtToContain<UChar>(length)) {

This function name has a typo: "Enought".


More information about the webkit-reviews mailing list