X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..112849de03f2fae9fb4755887bc15322dbe03206:/teshsuite/smpi/isp/umpire/lost-request-waitall.c diff --git a/teshsuite/smpi/isp/umpire/lost-request-waitall.c b/teshsuite/smpi/isp/umpire/lost-request-waitall.c index 9eee182988..58976d3a15 100644 --- a/teshsuite/smpi/isp/umpire/lost-request-waitall.c +++ b/teshsuite/smpi/isp/umpire/lost-request-waitall.c @@ -50,8 +50,8 @@ main (int argc, char **argv) printf ("(%d) is alive on %s\n", rank, processor_name); fflush (stdout); - memset (buf0, 0, buf_size); - memset (buf1, 1, buf_size); + memset (buf0, 0, buf_size*sizeof(int)); + memset (buf1, 1, buf_size*sizeof(int)); /* 0 sends 1 two messages, but the request gets overwritten */ switch (rank)