https://bugzilla.gnome.org/show_bug.cgi?id=635950
gnome-perl | Gtk2 | unspecified
Summary: Region spans_intersect_foreach() empty input
Classification: Bindings
Product: gnome-perl
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: Gtk2
AssignedTo: gtk...@li...
ReportedBy: us...@zi...
QAContact: gtk...@li...
GNOME target: ---
GNOME version: ---
Created an attachment (id=175382)
View: https://bugzilla.gnome.org/attachment.cgi?id=175382
Review: https://bugzilla.gnome.org/review?bug=635950&attachment=175382
patch and test case
This is the bit I mentioned before and prematurely exercised allowing an empty
input array to gdk_region_spans_intersect_foreach(). That func accepts
n_spans==0, which I take to mean that empty input can reasonably be allowed in
the bindings. But the bindings have to avoid passing spans==NULL which a
g_new0 would give.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
|