Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
mpich
mpich-1.2.7_bsendutil2.c_uninitialized_variable...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpich-1.2.7_bsendutil2.c_uninitialized_variables.patch of Package mpich
Index: src/util/bsendutil2.c =================================================================== --- src/util/bsendutil2.c.orig +++ src/util/bsendutil2.c @@ -510,11 +510,12 @@ MPI_Request request, int *error_code ) { - int bsend_len; - void *bsend_buf; + int bsend_len = 0; + void *bsend_buf = NULL; int psize; int mpi_errno = MPI_SUCCESS; - BSendData * b; + BSendData * b = NULL; + /* Trivial case first */ if (dest_grank == MPI_PROC_NULL) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor