]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/acl/patches/acl-2.2.47-segfault.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / acl / patches / acl-2.2.47-segfault.patch
1 --- acl-2.2.45/setfacl/setfacl.c.segfault 2008-01-28 13:56:36.000000000 +0100
2 +++ acl-2.2.45/setfacl/setfacl.c 2008-01-28 13:58:08.000000000 +0100
3 @@ -679,6 +679,8 @@ int main(int argc, char *argv[])
4 }
5 }
6 while (optind < argc) {
7 + if(!seq)
8 + goto synopsis;
9 if (seq_empty(seq))
10 goto synopsis;
11 saw_files = 1;