Bug fix: Symbolic links with xattr could cause unusable ISO filesystems. Thanks Paul von Behren.

This commit is contained in:
Thomas Schmitt 2025-03-01 15:10:00 +01:00
parent 59d10562b1
commit 24e3f44715

View File

@ -1999,7 +1999,10 @@ int rrip_get_susp_fields(Ecma119Image *t, Ecma119Node *n, int type,
cur = strchr(prev, '/');
}
if (cew) {
if (!cew) {
/* the whole SL fits into the SUA */
sua_free -= sl_len;
} else {
ce_len += sl_len;
}
}