Files
moby/daemon/containerd
Paweł Gronowski dcb3b28e0c daemon/containerd: Ignore malformed progress digests
Pull progress assumes tracked descriptor digests are valid before
calling Digest.Encoded. A malformed layer digest from a registry can
therefore panic the progress goroutine and terminate the daemon.

Silently skip descriptors with invalid digests when adding progress jobs
so the progress goroutine never observes them.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-07-20 13:40:09 +02:00
..
2026-01-24 17:16:05 +01:00