|
Line
Link Here
|
| 0 |
---- Forwarded message from qt-bugs@trolltech.com ----- |
0 |
On Thu, Jul 29, 2004 at 11:32:04PM +0200, qt-bugs@trolltech.com wrote: |
|
|
1 |
> On Thursday, 29. Jul 2004 22:17 Marcus Meissner wrote: |
| 2 |
> > (This is a follow up on the other QT3 image loader issue.) |
| 3 |
> > |
| 4 |
> > The XPM reader can also crash. |
| 5 |
> > |
| 6 |
> > Just change the 3rd argument of the image definition to be |
| 7 |
> > negative. |
| 8 |
> |
| 9 |
> Hi Marcus |
| 10 |
> |
| 11 |
> I can't find any other image loader issues from this email address. |
| 12 |
> Did |
| 13 |
> you get a task number for that issue? |
| 14 |
(from the submitter on vendor-sec) |
| 15 |
> The BMP issue is either 53231 or 53426. |
|
Lines 5723-5728
Link Here
|
| 5723 |
image.create( w, h, 8, ncols ); |
5723 |
image.create( w, h, 8, ncols ); |
| 5724 |
} |
5724 |
} |
|
|
5725 |
if (image.isNull()) |
| 5726 |
return; |
| 5727 |
|
| 5725 |
QMap<QString, int> colorMap; |
5728 |
QMap<QString, int> colorMap; |
| 5726 |
int currentColor; |
5729 |
int currentColor; |
| 5727 |
- |
|
|
| 5728 |
---- End forwarded message ----- |