[Bug 1860] New: array subscript out of range
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 15 03:46:03 PST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1860
Summary: array subscript out of range
Product: xorg
Version: 6.8.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: App/other
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: dcb314 at hotmail.com
Hello there,
I just tried to compile X11R6.8.1 with the most excellent Intel C
8.1 compiler, on a Linux Fedora Core 3 box. The compiler said
xedit.c(270): warning #175: subscript out of range
The source code is in file
programs/xedit/lisp/xedit.c
The source code is
scan_types[5] = KEYWORD("ALPHA-NUMERIC");
but
tatic LispObj *scan_types[5];
so scan_types[5] doesn't exist.
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list