]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/coredump/coredump.c
coredump: split out metadata gathering to a separate function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 30 Oct 2016 21:37:38 +0000 (17:37 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Feb 2017 04:56:48 +0000 (23:56 -0500)
commit9aa820231414baa28e6bf02a033932cb69ff6b8b
treed4eb25fcccbc9f6c7ccbc9f58b93c5eaa81985dd
parent39988d1118fca6a9cdd952cfbbcbb07639dffa4b
coredump: split out metadata gathering to a separate function

In preparation for subsequenct changes...

Various stack allocations are changed to use the heap. This might be minimally
slower, but probably doesn't matter. The upside is that we will now properly
free all memory that is allocated.
src/coredump/coredump.c