|
Bugzilla – Full Text Bug Listing |
| Summary: | local variable used before set | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Development | Assignee: | Philipp Thomas <pth> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
David Binderman
2005-10-23 19:11:15 UTC
wrong component. This is a false warning. sone (a pointer) only passed on to other functions and really set before being used (see sbn_set and sons_set later on in the same file. But it doesn't harm to set it, even when it's useless, so I've included it with other code cleanups for future versions of SUSE Linux. |