WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
113681
Remove a couple of malloc from ExceptionBase construction
https://bugs.webkit.org/show_bug.cgi?id=113681
Summary
Remove a couple of malloc from ExceptionBase construction
Benjamin Poulain
Reported
2013-03-31 23:56:28 PDT
Remove a couple of malloc from ExceptionBase construction
Attachments
Patch
(2.04 KB, patch)
2013-04-01 00:04 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2013-04-01 00:04:14 PDT
Created
attachment 195931
[details]
Patch
Darin Adler
Comment 2
2013-04-01 01:13:04 PDT
Comment on
attachment 195931
[details]
Patch Looks good. We also need to fix this so we don’t need to use String::number in cases like this; should format the number into a temporary buffer that can then be appended to the string, not a heap-allocated string.
Benjamin Poulain
Comment 3
2013-04-01 12:27:25 PDT
(In reply to
comment #2
)
> (From update of
attachment 195931
[details]
) > Looks good. We also need to fix this so we don’t need to use String::number in cases like this; should format the number into a temporary buffer that can then be appended to the string, not a heap-allocated string.
Yep, this have been annoying me for a while but I have not got the time to fix it yet. Thank you for the review.
WebKit Review Bot
Comment 4
2013-04-01 13:00:03 PDT
Comment on
attachment 195931
[details]
Patch Clearing flags on attachment: 195931 Committed
r147353
: <
http://trac.webkit.org/changeset/147353
>
WebKit Review Bot
Comment 5
2013-04-01 13:00:06 PDT
All reviewed patches have been landed. Closing bug.
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