Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize the buffer before use, even if the part actually used was already initiali...
[simgrid.git] / testsuite / gras / trp_file_client.c
index b7f9eb3..b3cb066 100644 (file)
@@ -19,6 +19,7 @@ int main(int argc,char *argv[]) {
   gras_error_t errcode;
   char data_send[256];
 
+  memset(data_send,0,sizeof(data_send));
   gras_init_defaultlog(&argc,argv,"trp.thresh=debug");
 
   fprintf(stderr,"===[CLIENT]=== Contact the server\n");