[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] [PATCH] libacl: fix SIGSEGV of getfacl -e on overly long
From: |
Andreas Grünbacher |
Subject: |
Re: [Acl-devel] [PATCH] libacl: fix SIGSEGV of getfacl -e on overly long group name |
Date: |
Fri, 1 Nov 2013 14:05:50 +0100 |
2013/11/1 Kamil Dudka <address@hidden>:
> In this case, the trigger is a long group name. How can we exercise this
> without creating the group on the system?
Does glibc provide a mechanism for faking a group name? I think not.
Theoretically, a preloaded shared library would work as well.
> I thought the test-suite is not supposed to change anything system-wide...
Are you running the root tests as part of the package build?
The group is added and then removed again. If you think this is too
intrusive, we can comment those parts out again; we'll at least have
the case documented.
Thanks,
Andreas