mirror of
https://github.com/containers/podman.git
synced 2026-09-16 15:55:37 -04:00
Handle empty image output before skipping the header row in tagOutputToMap. This prevents a slice bounds panic when imagesOutput is empty and adds coverage for the empty-output case. Signed-off-by: Atishay Jain <sethatishayjain@gmail.com>