Florian Weimer b2f32e7464 malloc: Simplify implementation of __malloc_assert
It is prudent not to run too much code after detecting heap
corruption, and __fxprintf is really complex.  The line number
and file name do not carry much information, so it is not included
in the error message.  (__libc_message only supports %s formatting.)
The function name and assertion should provide some context.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
(cherry picked from commit ac8047cdf326504f652f7db97ec96c0e0cee052f)
2022-07-21 17:06:27 +02:00
..
2021-10-01 18:19:09 +02:00
2021-02-23 10:04:45 +01:00
2021-02-09 16:57:54 -03:00
2021-07-22 18:38:12 +05:30
2021-07-22 18:38:12 +05:30
2014-01-02 09:40:10 +01:00
2021-07-22 18:38:06 +05:30
2021-06-28 15:55:56 -03:00