[Webkit-unassigned] [Bug 64179] New: [wx] Crash when trying to render scroll bars
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 8 10:50:14 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64179
Summary: [wx] Crash when trying to render scroll bars
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit wx
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mmacleod at webmail.co.za
Created an attachment (id=100132)
--> (https://bugs.webkit.org/attachment.cgi?id=100132&action=review)
Patch to fix invalid pointer dereference under win2000
On windows 2000 there is a crash when attempting to render scrollbars, this occurs because the code allocated a theme engine and then trys to get a theme handle from the engine without first checking if the engine is valid. On windows 2000 there is no theme engine so this fails.
It is possible this might affect some more modern platforms as well, e.g. Windows XP "lite" modes where people have ripped part of the shell out, or maybe some of the server range windows under certain circumstances, but either way it is better to correct this.
Simple patch attached.
--
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