|
Bugzilla – Full Text Bug Listing |
| Summary: | ppp-2.4.3-22: array subscript out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Hendrik Vogelsang <hvogel> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
ppp is actively developed. report it upstream |
I just tried to compile package ppp-2.4.3-22 with a non standard version of the GNU C compiler. It said passprompt.c:64: warning: array subscript out of range The source code is char *argv[4], fdstr[32]; /* ... */ argv[4] = 0; so argv[ 4] does not exist. Suggest make array one bigger.