]> granicus.if.org Git - graphviz/commit
fix buffer overflow in unflatten
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 22 Feb 2021 03:01:10 +0000 (19:01 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Feb 2021 06:29:59 +0000 (22:29 -0800)
commit97706e365154f82f582aec1e4c822315a5263f38
treea9686dc0a8c14f20d26fd53f883e0696a8e7064f
parentbe2e340f411c575efb3aa4011bf73375ea716bdb
fix buffer overflow in unflatten

GCC 8.3.0 with -Wformat-overflow is capable of noticing that the sprintf in this
function can overflow the target buffer.
CHANGELOG.md
cmd/tools/unflatten.c