Bug 135587 - xaw3d-1.5E-226: 2 * array subscript out of range
Summary: xaw3d-1.5E-226: 2 * array subscript out of range
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: X11 Applications (show other bugs)
Version: Final
Hardware: All SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 12:27 UTC by David Binderman
Modified: 2005-11-29 15:10 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2005-11-26 12:27:06 UTC
I just tried to compile package xaw3d-1.5E-226 with the Intel C compiler

It said

Scrollbar.c(656): warning #175: subscript out of range
Scrollbar.c(657): warning #175: subscript out of range

The source code is

            tpt[4] = opt[4];
            tpt[5] = opt[5];

but

    XPoint      tpt[4];         /* temporary for args to XFillPolygon */

Suggest code rework.

BTW, the email address of the author [ hawkeyd@visi.com ]
seems to be dead.
Comment 1 Dr. Werner Fink 2005-11-29 15:10:28 UTC
Fixed for next release.