CLOSED INVALID 11743
[S60] QPixmap::isNull() problem
https://bugs.webkit.org/show_bug.cgi?id=11743
Summary [S60] QPixmap::isNull() problem
Marcin Kwiatkowski
Reported 2006-12-02 11:50:50 PST
In QPixmap::isNull() "return (imageRenderer == NULL) || (imageRenderer->IsNull());" C++ standard doesn't guarantee that (imageRenderer == NULL) will be evaluated before (imageRenderer->IsNull()) so compiler optimalisation can produce broken code.
Attachments
Bradley Morrison
Comment 1 2006-12-03 08:23:54 PST
True, this needs to be evaluated wrt our compilers. Thanks for the feedback Marcin!
Bradley Morrison
Comment 2 2008-04-09 11:31:58 PDT
Bulk update of s60 bugs - tagging and closing.
Bradley Morrison
Comment 3 2008-04-09 11:39:50 PDT
Bulk closing of all s60 platform bugs. Sorry for the noise!
Joel Parks
Comment 4 2011-03-21 11:52:54 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note You need to log in before you can comment on or make changes to this bug.