]> git.k1024.org Git - pylibacl.git/commit
Fix bug in ACL(filedef=...) constructor
authorIustin Pop <iustin@k1024.org>
Mon, 16 Dec 2019 23:52:42 +0000 (00:52 +0100)
committerIustin Pop <iustin@k1024.org>
Mon, 16 Dec 2019 23:52:42 +0000 (00:52 +0100)
commit19267f8a0a5fc34b5cb6f143f15254e8b345baf5
tree05a11da7e9249be9a69e57cf51bac5aa0405f751
parent9f6b5ce1301d4f081506a2492ea0578f7d4b299e
Fix bug in ACL(filedef=...) constructor

Only found by python3.7-dgb, the 3.8 one ignored this. 'path' is a
'char*', we can't decref it, the proper one to decref is the actual
filedef PyBytes object.

Sigh :(
acl.c