Fixed the inappropriate refusal on paths like /u/test/../..
This commit is contained in:
parent
cbe368c3cf
commit
2579bf6adb
@ -5280,7 +5280,7 @@ int Xorriso_prepare_regex(struct XorrisO *xorriso, char *adr, int flag)
|
|||||||
goto next_adr_part;
|
goto next_adr_part;
|
||||||
if(adr_part[0]=='.' && adr_part[1]=='.' && adr_part[2]==0) {
|
if(adr_part[0]=='.' && adr_part[1]=='.' && adr_part[2]==0) {
|
||||||
/* delete previous part */
|
/* delete previous part */
|
||||||
if(xorriso->re_fill<=1) {
|
if(xorriso->re_fill <= 0) {
|
||||||
bonked= 1;
|
bonked= 1;
|
||||||
goto next_adr_part;
|
goto next_adr_part;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2009.03.13.150838"
|
#define Xorriso_timestamP "2009.03.14.113811"
|
||||||
|
Loading…
Reference in New Issue
Block a user