]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-cpu-set-util: fix allocation size check on i386 12734/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 07:40:38 +0000 (09:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 07:40:38 +0000 (09:40 +0200)
commit64412970ac0d4b6f5c4bbd8816edc9bff9eab2de
treed176ddb2f6cb748bd2023cf8eed6ff1f20e7405e
parenta299ce058b41b21c87f36e77e2c563b0ddd1be0d
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).
src/test/test-cpu-set-util.c