push
github
pidfd-util: force alignment of file_handle union to avoid assert on 32bit On 32bit the union won't be aligned automatically, needs to be enforced: Assertion '((uintptr_t) _p) % alignof(uint64_t) == 0' failed at src/basic/pidfd-util.c:251, function pidfd_get_inode_id_impl(). Aborting. Follow-up for 9c039ef5f
1 of 1 new or added line in 1 file covered. (100.0%)
106 existing lines in 32 files now uncovered.302233 of 418750 relevant lines covered (72.18%)
640727.88 hits per line