[Webkit-unassigned] [Bug 51569] New: [GTK] EditorClient::generateEditorCommands queues up "null string" commands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 15:50:44 PST 2010


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

           Summary: [GTK] EditorClient::generateEditorCommands queues up
                    "null string" commands
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: darin at apple.com


After <http://trac.webkit.org/changeset/74580>, we saw assertion failures on GTK.

The cause seems to be EditorClient::generateEditorCommands calling m_pendingEditorCommands.append with a null pointer, and then later turning that into a command name string. Best fix is probably to check for null before appending to the pending commands vector.

-- 
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