spiegel_podman/pkg/api/handlers
Brent Baude aaa9f4ea90 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-04 15:31:00 -05:00
..
compat Prevent nil pointer deref in GetImage 2022-10-04 15:31:00 -05:00
libpod Revert "remote: fix manifest add --annotation" 2022-09-29 14:16:42 +02:00
swagger implement podman update 2022-09-01 13:02:01 -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-14 13:53:13 +02:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go implement podman update 2022-09-01 13:02:01 -04:00