Bug fix: Symbolic links with xattr could cause unusable ISO filesystems. Thanks Paul von Behren.
This commit is contained in:
parent
59d10562b1
commit
24e3f44715
@ -1999,7 +1999,10 @@ int rrip_get_susp_fields(Ecma119Image *t, Ecma119Node *n, int type,
|
|||||||
cur = strchr(prev, '/');
|
cur = strchr(prev, '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cew) {
|
if (!cew) {
|
||||||
|
/* the whole SL fits into the SUA */
|
||||||
|
sua_free -= sl_len;
|
||||||
|
} else {
|
||||||
ce_len += sl_len;
|
ce_len += sl_len;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user