SELinux patch fix.
This commit is contained in:
parent
d66c4db957
commit
69dd970338
@ -285,7 +285,7 @@
|
|||||||
- f->name = xstrdup (name);
|
- f->name = xstrdup (name);
|
||||||
+ f->filetype = type;
|
+ f->filetype = type;
|
||||||
+ memset (&f->stat, '\0', sizeof (f->stat));
|
+ memset (&f->stat, '\0', sizeof (f->stat));
|
||||||
+ f->name = xstrdup (absolute_name);
|
+ f->name = xstrdup (name);
|
||||||
files_index++;
|
files_index++;
|
||||||
-
|
-
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user