WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-09-08 16:02:28 PDT
Created
attachment 66954
[details]
Patch
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
Committed
r67034
: <
http://trac.webkit.org/changeset/67034
>
WebKit Review Bot
Comment 4
2010-09-08 18:48:55 PDT
http://trac.webkit.org/changeset/67034
might have broken SnowLeopard Intel Release (Tests) The following changes are on the blame list:
http://trac.webkit.org/changeset/67033
http://trac.webkit.org/changeset/67034
http://trac.webkit.org/changeset/67035
http://trac.webkit.org/changeset/67036
http://trac.webkit.org/changeset/67037
http://trac.webkit.org/changeset/67038
http://trac.webkit.org/changeset/67039
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug