commit | 3cf9361996b796eae0bda12aec8c92ddae1d5d48 | [log] [download] |
---|---|---|
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | Tue Jun 04 09:40:38 2019 +0200 |
committer | The Plumber <50238977+systemd-rhel-bot@users.noreply.github.com> | Mon Dec 09 13:13:24 2019 +0100 |
tree | 7fba1f507eb68d83f802c8229b0364e1a4e1b43b | |
parent | f4344bb4055cab8dc3bbe82a7f3d97fc6fabcb7e [diff] |
test-cpu-set-util: fix allocation size check on i386 We get just 28 bytes not 32 as on 64-bit architectures (__cpu_set_t is 4 bytes, we need at least 26, so 28 satisfies the constraints). (cherry picked from commit 64412970ac0d4b6f5c4bbd8816edc9bff9eab2de) Related: #1734787
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.