X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4ac0a191eae1ee939fb03f12d5a2a80e7102633..5cfd88211415db40a7b8eaa8735e668f2bc1ab97:/src/xbt/xbt_log_layout_format.c diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index 5e6bb17559..8aef6f5fa9 100644 --- a/src/xbt/xbt_log_layout_format.c +++ b/src/xbt/xbt_log_layout_format.c @@ -387,6 +387,7 @@ static void xbt_log_layout_format_doit(xbt_log_layout_t l, q++; } else { *(p++) = *(q++); + check_overflow; } } *p = '\0';