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

@ -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;