Bug fix: Paths with symbolic links preceding ".." were not interpreted properly
This commit is contained in:
@ -157,6 +157,8 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
m->do_follow_param= 0;
|
||||
m->do_follow_links= 0;
|
||||
m->follow_link_limit= 100;
|
||||
m->resolve_link_rec_count= 0;
|
||||
m->resolve_link_rec_limit= 100;
|
||||
m->do_follow_mount= 1;
|
||||
m->do_global_uid= 0;
|
||||
m->global_uid= 0;
|
||||
|
Reference in New Issue
Block a user