RESOLVED FIXED 45418
Improve CoreIPC encoding of strings
https://bugs.webkit.org/show_bug.cgi?id=45418
Summary Improve CoreIPC encoding of strings
Anders Carlsson
Reported 2010-09-08 15:58:45 PDT
Improve CoreIPC encoding of strings
Attachments
Patch (2.46 KB, patch)
2010-09-08 16:02 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2010-09-08 16:02:28 PDT
Darin Adler
Comment 2 2010-09-08 16:17:10 PDT
Comment on attachment 66954 [details] Patch > + // 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".
Anders Carlsson
Comment 3 2010-09-08 16:29:06 PDT
Note You need to log in before you can comment on or make changes to this bug.