Re: [PATCH 02/39] virStorageSourceGetMetadata: Use depth limit instead of unique path checking

2021-04-07 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: Prevent unbounded chains by limiting the recursion depth of virStorageSourceGetMetadataRecurse to the maximum number of image layers we limit anyways. This removes the last use of virStorageSourceGetUniqueIdentifier which will allow us to delete some cr

[PATCH 02/39] virStorageSourceGetMetadata: Use depth limit instead of unique path checking

2021-04-01 Thread Peter Krempa
Prevent unbounded chains by limiting the recursion depth of virStorageSourceGetMetadataRecurse to the maximum number of image layers we limit anyways. This removes the last use of virStorageSourceGetUniqueIdentifier which will allow us to delete some crusty old infrastructure which isn't really ne