spiegel_podman/pkg/api/handlers
Brent Baude 94d685c0d5 Prevent nil pointer deref in GetImage
Trying to print the image id on a failed inspect will result in a nil
pointer panic because the image will be nil.  Replace image.id with the
image name which is defined as a string without the use of inspect.

Fixes: bz#2131836

[NO NEW TESTS NEEDED]

Signed-off-by: Brent Baude <bbaude@redhat.com>
2022-10-05 00:54:26 +00:00
..
compat Prevent nil pointer deref in GetImage 2022-10-05 00:54:26 +00:00
libpod Set TLSVerify=true by default for API endpoints 2022-07-26 14:44:05 -04:00
swagger podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils Switch to github.com/blang/semver/v4 2022-07-26 13:22:46 -04:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00