WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 118505
Bug 143975
TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
https://bugs.webkit.org/show_bug.cgi?id=143975
Summary
TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
Simon Fraser (smfr)
Reported
2015-04-20 18:47:01 PDT
This line: registrar(webStandardName, create, fastStrDup(canonicalConverterName)); is creating a copy of canonicalConverterName which never seems to be freed.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2015-04-20 20:06:47 PDT
*** This bug has been marked as a duplicate of
bug 118505
***
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