aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2/test-apiv2
diff options
context:
space:
mode:
authorJelle van der Waa <jvanderwaa@redhat.com>2021-09-14 22:23:01 +0200
committerJelle van der Waa <jvanderwaa@redhat.com>2021-09-15 09:14:34 +0200
commit9b04e17893dbf91326c0f68ce7627d7bb07cf515 (patch)
treed63dd1378a675d81945c628502e88f8faf866912 /test/apiv2/test-apiv2
parent323fe363134ba81ed33c24d7cce85aa0c37ab59d (diff)
downloadpodman-9b04e17893dbf91326c0f68ce7627d7bb07cf515.tar.gz
podman-9b04e17893dbf91326c0f68ce7627d7bb07cf515.tar.bz2
podman-9b04e17893dbf91326c0f68ce7627d7bb07cf515.zip
api: handle nil pointer dereference in rest endpoints
When `?all=garbage` is passed to an API endpoint schema validation fails and err is nil. Wrapf uses err to create an error message causing a nil pointer dereference. Signed-off-by: Jelle van der Waa <jvanderwaa@redhat.com>
Diffstat (limited to 'test/apiv2/test-apiv2')
-rwxr-xr-xtest/apiv2/test-apiv21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2
index e1bf28bae..c644b9578 100755
--- a/test/apiv2/test-apiv2
+++ b/test/apiv2/test-apiv2
@@ -327,6 +327,7 @@ function start_service() {
die "Cannot start service on non-localhost ($HOST)"
fi
+ echo $WORKDIR
$PODMAN_BIN --root $WORKDIR/server_root --syslog=true \
system service \
--time 15 \