|
Bugzilla – Full Text Bug Listing |
| Summary: | ntop-3.2-3: 4 * buglets | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Berthold Gunreben <bg> |
| Status: | RESOLVED FIXED | 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: | --- |
fixed in stable |
I just tried to compile package ntop-3.2-3 with a non standard version of the GNU C compiler. It said 1. ssl.c:307: warning: `return' with no value, in function returning non-void The source code is int term_ssl_connection(int fd) { int i, rc; if(!myGlobals.sslInitialized) return; Suggest add expression to return statement. 2. fcUtils.c:657: warning: array subscript out of range The source code is entry->alias[MAX_LEN_SYM_HOST_NAME] = '\0'; 3. graph.c:2638: warning: array subscript out of range The source code is p[MAX_FC_DOMAINS+1] = 0; 4. pbuf.c:3321: warning: array subscript out of range The source code is serverName[MAX_LEN_SYM_HOST_NAME-2] = '\0';