summaryrefslogtreecommitdiff
path: root/debian/patches/Fix_glibc_program_invocation_name_pointer_overlap.diff
Commit message (Collapse)AuthorAge
* Issue #92 fixed upstream so drop local patch.Mark Hindley2018-11-12
|
* Refreshed patch to match upstream fix for issue #92.Mark Hindley2018-11-09
|
* Fix daemonization. Avoid SIGABRT from mfree() on program_invocation_short_nameMark Hindley2018-11-06
which overlaps with program_invocation_name on glibc 2.27, at least. I am not sure this is the best fix, but it works for now. Submitted upstream: https://github.com/elogind/elogind/issues/92