PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 262 - Shiboken generating wrong overload decisor code
: Shiboken generating wrong overload decisor code
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-07-13 10:12 EEST by Marcelo Lira
Modified: 2010-08-04 15:16 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Lira 2010-07-13 10:12:51 EEST
Shiboken is generating overload decisor code that could result in a
segmentation fault. It is calling the Converter::isConvertible method passing a
NULL pointer, instead of complaining that the user didn't provided the
argument.
Comment 1 Marcelo Lira 2010-07-13 17:48:26 EEST
Fixed in Shiboken/6988b9cb