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

--- Comment #7 from Harald Sitter <sit...@kde.org> ---
Git commit 1cfbe46675cb5e5cab18ac70b3c09edd14e22445 by Harald Sitter.
Committed on 08/12/2023 at 05:59.
Pushed by sitter into branch 'master'.

detect active exceptions and put them in the metadata

technically very straight forward except for a needed refactor of how
the INI writing works: instead of snprintfing into a preallocated string
we now write out the line on the fly. this allows us to make sure value
doesn't contain \n that would break the ini format. when a \n appears
we'll write it out as string rather than escape sequence.

M  +3    -3    autotests/metadatatest.cpp
M  +3    -0    src/CMakeLists.txt
A  +57   -0    src/exception.cpp     [License: LGPL(v2.0+)]
A  +19   -0    src/exception_p.h     [License: LGPL(v2.0+)]
M  +10   -0    src/kcrash.cpp
M  +19   -9    src/metadata.cpp
M  +1    -2    src/metadata_p.h

https://invent.kde.org/frameworks/kcrash/-/commit/1cfbe46675cb5e5cab18ac70b3c09edd14e22445

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

Reply via email to