From 5d27ecc33ef9be898d769ebbc3dbd967dfe4e095 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Tue, 6 Jan 2015 12:07:27 -0500 Subject: [PATCH] fix coverity #82925 --- lib/common/shapes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/shapes.c b/lib/common/shapes.c index e0c484f53..0567e4569 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -2734,6 +2734,7 @@ static port poly_port(node_t * n, char *portname, char *compass) unrecognized(n, portname); } + rv.name = NULL; return rv; } -- 2.50.1