]> git.k1024.org Git - pylibacl.git/commit
Fix yet another acl_copy_int test that is causing segfaults
authorIustin Pop <iustin@k1024.org>
Mon, 24 Apr 2023 20:00:13 +0000 (22:00 +0200)
committerIustin Pop <iustin@k1024.org>
Mon, 24 Apr 2023 20:00:13 +0000 (22:00 +0200)
commit40894d1ab4201686abe7a44445aa9dd286fa464b
tree81acbaf49c38da7deaea95177e69e4ef10d4506c
parenta2448fea3666abe10ef59c39b921814337e72535
Fix yet another acl_copy_int test that is causing segfaults

Version 0.7.0 broken in Debian on the s390x architecture, but not due
to the recently introduced tests, but a much older one. This didn't
break before because tests were broken on Debian (sigh again), which
hid the problem.

In order to make this in general more consistent, abstract the
"generate an invalid but safe(ish) external representation" and reuse
that in all the tests that cause, directly or indirectly, a call to
acl_copy_int().
tests/test_acls.py