]> granicus.if.org Git - strace/commit
printstr: check for potential integer overflow
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Mar 2012 22:56:53 +0000 (22:56 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Mar 2012 22:56:53 +0000 (22:56 +0000)
commit378f9c5ad0043632475cd17cbe5fe4cf38971b2b
treed21856df5592c59d34f889d37b3a804a96b46817
parentccee169ab6aa4ae7515198dadcef5dd2286ede4b
printstr: check for potential integer overflow

* util.c (printstr): Check for potential integer overflow during outstr
buffer size calculation.
util.c