X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1bd1bbd35034c2e93a030a676dc244ad2cf74c70..1797da7d294b83c915fe49dad633855985eccb64:/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)