2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-13 13:37:38 +08:00
Vitaly Chikunov f9be44c7e6 libSegFault: Fix printing signal number [BZ ]
Signal number is written into the tail of buf, but printed from the
beginning, outputting garbage on the screen.  Fix this by printing
from the correct position.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Dmitry V. Levin <ldv@altlinux.org>
2021-02-01 20:04:08 +00:00
..