[Webkit-unassigned] [Bug 27275] [Chromium] popup menus can crash when the selected index is -1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 13:26:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27275
Paul Godavari <paul at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32908|0 |1
is obsolete| |
Attachment #33102| |review?
Flag| |
--- Comment #10 from Paul Godavari <paul at chromium.org> 2009-07-20 13:26:27 PDT ---
Created an attachment (id=33102)
--> (https://bugs.webkit.org/attachment.cgi?id=33102)
Fix for crashing with invalid index.
Updated the code per previous review comments. Changed the check from "index ==
-1" to "index < 0" to be consistent with other PopupListBox methods.
--
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