]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/test_prog/prog_stackgrowth.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename ASAN suppressions file.
[simgrid.git] / tools / cmake / test_prog / prog_stackgrowth.c
index dabc6b7872cd54dbc056e5c5ca8510427177777c..9eee1b4a591da9542e124d1ab4aa11d4abc69d60 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, 2014-2015. The SimGrid Team.
+/* Copyright (c) 2010-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -15,7 +15,7 @@ static int growsdown(int *x)
   if (--iterate > 0)
     y = growsdown(&y);
 
-  /* The stack sometimes changes at the 0th level. 
+  /* The stack sometimes changes at the 0th level.
    * Original version did fail in this case, but I changed this around SimGrid 3.13 because of https://bugs.debian.org/814272
    * Every arch failed on that day :(
    */