Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:garloff:HPC
superlu
superlu-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File superlu-overflow.patch of Package superlu
Index: SuperLU_3.0/TESTING/ddrive.c =================================================================== --- SuperLU_3.0.orig/TESTING/ddrive.c +++ SuperLU_3.0/TESTING/ddrive.c @@ -72,9 +72,9 @@ main(int argc, char *argv[]) fact_t fact; trans_t trans; SuperLUStat_t stat; static char matrix_type[8]; - static char equed[1], path[3], sym[1], dist[1]; + static char equed[1], path[4], sym[1], dist[1]; /* Fixed set of parameters */ int iseed[] = {1988, 1989, 1990, 1991}; static char equeds[] = {'N', 'R', 'C', 'B'}; Index: SuperLU_3.0/TESTING/sdrive.c =================================================================== --- SuperLU_3.0.orig/TESTING/sdrive.c +++ SuperLU_3.0/TESTING/sdrive.c @@ -72,9 +72,9 @@ main(int argc, char *argv[]) fact_t fact; trans_t trans; SuperLUStat_t stat; static char matrix_type[8]; - static char equed[1], path[3], sym[1], dist[1]; + static char equed[1], path[4], sym[1], dist[1]; /* Fixed set of parameters */ int iseed[] = {1988, 1989, 1990, 1991}; static char equeds[] = {'N', 'R', 'C', 'B'}; Index: SuperLU_3.0/TESTING/zdrive.c =================================================================== --- SuperLU_3.0.orig/TESTING/zdrive.c +++ SuperLU_3.0/TESTING/zdrive.c @@ -72,9 +72,9 @@ main(int argc, char *argv[]) fact_t fact; trans_t trans; SuperLUStat_t stat; static char matrix_type[8]; - static char equed[1], path[3], sym[1], dist[1]; + static char equed[1], path[4], sym[1], dist[1]; /* Fixed set of parameters */ int iseed[] = {1988, 1989, 1990, 1991}; static char equeds[] = {'N', 'R', 'C', 'B'}; Index: SuperLU_3.0/TESTING/cdrive.c =================================================================== --- SuperLU_3.0.orig/TESTING/cdrive.c +++ SuperLU_3.0/TESTING/cdrive.c @@ -72,9 +72,9 @@ main(int argc, char *argv[]) fact_t fact; trans_t trans; SuperLUStat_t stat; static char matrix_type[8]; - static char equed[1], path[3], sym[1], dist[1]; + static char equed[1], path[4], sym[1], dist[1]; /* Fixed set of parameters */ int iseed[] = {1988, 1989, 1990, 1991}; static char equeds[] = {'N', 'R', 'C', 'B'};
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