Actions
Bug #5109
closedVariable uninitialized in rpcbind.c
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2014-08-20
Due date:
% Done:
70%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
A build of illumos on the SPARC platform results in these error messages:
rpcbind.c:1061: error: 'val' may be used uninitialized in this function [-Wuninitialized]
rpcbind.c:1084: error: 'val' may be used uninitialized in this function [-Wuninitialized]
These errors don't appear on the x86 platform. Nevertheless, they should be fixed. The file is:
usr/src/cmd/rpcbind/rpcbind.c
Related issues
Updated by Marcel Telka almost 8 years ago
- Status changed from New to Closed
This is a duplicate of #5108.
Actions