https://bugs.kde.org/show_bug.cgi?id=372165

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Milian Wolff <m...@milianw.de> ---
Fixed since some time now

commit 5b53e3a02f7173c868323b10ac3e03deb7ff4ff7
Author: Milian Wolff <m...@milianw.de>
Date:   Tue Nov 15 23:26:53 2016 +0100

    Fix use-after-free in usage of libbacktrace.

    We passed the c_str of a temporary std::string to libbacktrace,
    which stored that in internal data structures. Later on, that dangling
    pointer was accessed leading to subtle bugs which for odd reasons
    did not became apparent until recently. Running the interpreter
    through valgrind easily showed the problem though.

    This fixes the 'failed to read executable information' error messages
    emitted by heaptrack, and also ensures the profile data attributes
    costs to the correct modules.

    CCMAIL: a...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to