Merge tag 'v2025.04-rc4' into next
This uses Heinrich's merge of lib/efi_loader/efi_net.c which results in no changes.
This commit is contained in:
@@ -1712,7 +1712,8 @@ static int sqfs_size_nest(const char *filename, loff_t *size)
|
||||
case SQFS_LSYMLINK_TYPE:
|
||||
if (++symlinknest == MAX_SYMLINK_NEST) {
|
||||
*size = 0;
|
||||
return -ELOOP;
|
||||
ret = -ELOOP;
|
||||
break;
|
||||
}
|
||||
|
||||
symlink = (struct squashfs_symlink_inode *)ipos;
|
||||
|
Reference in New Issue
Block a user