[Crash-utility] [PATCH v1 0/3] Add valgrind support for the crash's custom memory

d.hatayama at fujitsu.com d.hatayama at fujitsu.com
Thu Jan 21 04:46:59 UTC 2021


Any comments?

Thanks.
HATAYAMA, Daisuke


________________________________________
From: HATAYAMA Daisuke <d.hatayama at fujitsu.com>
Sent: Monday, January 4, 2021 14:28
To: crash-utility at redhat.com
Cc: Hatayama, Daisuke/畑山 大輔
Subject: [PATCH v1 0/3] Add valgrind support for the crash's custom memory

This patch set adds valgrind support for the crash's custom memory
allocator. The motivation comes from investigation at
https://github.com/crash-utility/crash-extensions/issues/1.

The 1st patch implements the valgrind support, while 2nd and 3rd fixes
the actual issues on the crash's custom memory allocator detected by
valgrind.

HATAYAMA Daisuke (3):
  Add valgrind support for the crash's custom memory allocator
  symbols: Fix potential read to already freed object
  tools: Fix potential write to object of 0 size

 Makefile    |  4 ++++
 configure.c | 15 ++++++++++++-
 symbols.c   | 10 +++------
 tools.c     | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 91 insertions(+), 10 deletions(-)

--
1.8.3.1





More information about the Crash-utility mailing list