]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)
authortrasz <trasz@FreeBSD.org>
Tue, 1 Sep 2009 18:30:17 +0000 (18:30 +0000)
committertrasz <trasz@FreeBSD.org>
Tue, 1 Sep 2009 18:30:17 +0000 (18:30 +0000)
commit008ef8cd3b3a70e55ea6d9679a97a2b162f99ab2
tree7cb6012d0428fe7628ae161aae33175207a7610d
parent3c15abf75cb0075339a5b06b9638953cd2ec5db1
Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)
and acl_calc_mask(3) return error instead of crashing when acl passed
to them is NULL.

Submitted by: markus
Reviewed by: rwatson
MFC after: 3 days
lib/libc/posix1e/acl_calc_mask.c
lib/libc/posix1e/acl_to_text.c