Bug 45418

Summary: Improve CoreIPC encoding of strings
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

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.