X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf04b8efb92e60adf389face2d957846ce7721be..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';