mtrace: Use a static buffer for printing [BZ #25947]
commitdc906e94f7033892dadbd91718349f19e1376391
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 12 Aug 2021 01:08:15 +0000 (12 06:38 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 12 Aug 2021 01:08:15 +0000 (12 06:38 +0530)
treedbe6aa62ab4171f5685c114d1e953a20f1ae8c97
parent5a5358b749d0b153de6f6361342d06228d7270be
mtrace: Use a static buffer for printing [BZ #25947]

Use a static buffer for mtrace printing now that it no longer adds to
default libc footprint.

Reviewed-by: DJ Delorie <dj@redhat.com>
malloc/mtrace-impl.c