Bug 151736 - opie-2.4-554: array subscript out of range
Summary: opie-2.4-554: array subscript out of range
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: Other SuSE Linux 10.1
: P5 - None : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 09:24 UTC by David Binderman
Modified: 2006-02-20 11:00 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 2006-02-17 09:24:13 UTC
I just tried to compile package opie-2.4-554 with the Intel C compiler.

It said

permsfile.c(161): warning #175: subscript out of range

The source code is

	buf[BUFSIZE] = 0;

but, earlier in the same file is the declaration

static char buf[BUFSIZE], buf2[8];

Suggest make array one element larger.
Comment 1 Olaf Kirch 2006-02-17 14:07:45 UTC
Fixed in STABLE. I'm assigning this to the security-team in case they
wish to investigate this.
Comment 2 Thomas Biege 2006-02-20 11:00:05 UTC
Not a security problem. :)