WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123975
Crash when submitting form in a document with null encoding
https://bugs.webkit.org/show_bug.cgi?id=123975
Summary
Crash when submitting form in a document with null encoding
Ryosuke Niwa
Reported
2013-11-07 01:25:40 PST
Merge
https://chromium.googlesource.com/chromium/blink/+/bba01a7fff09e3053ada96ababac2a6e4261fe5f
The CString object which is passed to normalizeLineEndingsToCRLF() can be a null string. It is created in FormDataList::appendString(), and it produces a null CString if FormDataList::m_encoding is a null encoding.
Attachments
Fixes the bug
(3.75 KB, patch)
2013-11-07 01:30 PST
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-11-07 01:28:44 PST
The crash reproduces on Safari & nightly builds of WebKit.
Radar WebKit Bug Importer
Comment 2
2013-11-07 01:29:49 PST
<
rdar://problem/15412395
>
Ryosuke Niwa
Comment 3
2013-11-07 01:30:38 PST
Created
attachment 216275
[details]
Fixes the bug
Alexey Proskuryakov
Comment 4
2013-11-07 09:34:19 PST
Comment on
attachment 216275
[details]
Fixes the bug lol
Ryosuke Niwa
Comment 5
2013-11-07 13:12:02 PST
(In reply to
comment #4
)
> (From update of
attachment 216275
[details]
) > lol
That's what I said too!
WebKit Commit Bot
Comment 6
2013-11-07 13:37:50 PST
Comment on
attachment 216275
[details]
Fixes the bug Clearing flags on attachment: 216275 Committed
r158868
: <
http://trac.webkit.org/changeset/158868
>
WebKit Commit Bot
Comment 7
2013-11-07 13:37:52 PST
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