Bug fix: Paths with symbolic links preceding ".." were not interpreted properly

This commit is contained in:
2014-02-10 10:49:59 +00:00
parent 798330527b
commit e770a4369d
5 changed files with 51 additions and 8 deletions

View File

@ -190,6 +190,8 @@ struct XorrisO { /* the global context of xorriso */
int do_follow_param;
int do_follow_links;
int follow_link_limit;
int resolve_link_rec_count;
int resolve_link_rec_limit;
int do_follow_mount;
int do_global_uid;
uid_t global_uid;