commit | 07f8cd571e22e892d68932fe9e7fcf92c7ca7d5c | [log] [download] |
---|---|---|
author | Riccardo Schirone <rschiron@redhat.com> | Mon Feb 04 14:29:28 2019 +0100 |
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | Wed Feb 20 17:10:51 2019 +0100 |
tree | 6d60c696ed5af49356d10ff0fc6b595a1a45725d | |
parent | c83cf4a684bf35ecf153405de23d6e75a052ec1e [diff] |
Allocate temporary strings to hold dbus paths on the heap Paths are limited to BUS_PATH_SIZE_MAX but the maximum size is anyway too big to be allocated on the stack, so let's switch to the heap where there is a clear way to understand if the allocation fails. (cherry picked from commit f519a19bcd5afe674a9b8fc462cd77d8bad403c1)
General information about systemd can be found in the systemd Wiki.
Information about build requirements are provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the HACKING file for information how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.