[Webkit-unassigned] [Bug 123975] New: Crash when submitting form in a document with null encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 01:26:54 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=123975

           Summary: Crash when submitting form in a document with null
                    encoding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, mitz at webkit.org,
                    beidson at apple.com, benjamin at webkit.org,
                    jonlee at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list