Bug#1052661: drkonqi: drop deallocation size mismatch to support hardened_malloc

2023-09-26 Thread Christian Göttsche
Upstream contains already a fix: https://invent.kde.org/plasma/drkonqi/-/commit/d8d580f08925dfb6d924868ec7be436a12289ec0 ("Fix malloc-delete mismatch")

Bug#1052661: drkonqi: drop deallocation size mismatch to support hardened_malloc

2023-09-25 Thread Patrick Franz
Hi Christian, On Mon, 25 Sep 2023 22:02:12 +0200 Christian Göttsche wrote: [...] > The memory returned by sd_journal_get_cursor(3) is free'd via > std::default_delete::operator() instead of free(3). > Please consider applying the attached patch. Unfortunately, I cannot tell whether this patch c

Bug#1052661: drkonqi: drop deallocation size mismatch to support hardened_malloc

2023-09-25 Thread Christian Göttsche
Package: drkonqi Version: 5.27.8-1 Severity: important Tags: patch Currently drkonqi crashes while running with hardened_malloc[1], due to a deallocation size mismatch. The memory returned by sd_journal_get_cursor(3) is free'd via std::default_delete::operator() instead of free(3). Please conside