mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
03f6be5702
Guard cache path normalization so rootDir is joined only for truly cache-relative records. This prevents malformed paths like root/root/... when dstRecord already contains rootDir, avoiding stat failures and unnecessary cache churn. Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>