projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f7cbb
)
fix coverity #82925
author
John Ellson
<ellson@research.att.com>
Tue, 6 Jan 2015 17:07:27 +0000
(12:07 -0500)
committer
John Ellson
<ellson@research.att.com>
Tue, 6 Jan 2015 17:07:27 +0000
(12:07 -0500)
lib/common/shapes.c
patch
|
blob
|
history
diff --git
a/lib/common/shapes.c
b/lib/common/shapes.c
index e0c484f532165ee1460e0af51171048a87de91e7..0567e4569249698cdf89fcbaf199e8b276973b50 100644
(file)
--- 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;
}