|
Bugzilla – Full Text Bug Listing |
| Summary: | openafs-1.4.0-3: 2 * array subscript out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Ales Nosek <anosek> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Thank you for the report. We won't fix this bug, package openafs was dropped. |
I just tried to compile package openafs-1.4.0-3 with a non standard version of the GNU C compiler. It said 1. ./../rxkad/rxkad_common.c:190: warning: array subscript out of range ./../rxkad/rxkad_common.c:191: warning: array subscript out of range The source code is rxkad_stats->spares[8] += thr_stats->spares[8]; rxkad_stats->spares[9] += thr_stats->spares[9]; but in file src/des/stats.h long spares[8];