Bug fix: Paths with symbolic links preceding ".." were not interpreted properly
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user