]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix an out-of-bounds read when logging (#475)
authortotph <39962140+totph@users.noreply.github.com>
Mon, 14 Oct 2019 18:28:19 +0000 (20:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Oct 2019 18:28:19 +0000 (20:28 +0200)
commita4ce4bad2c6cf03358f0d7632b7f6f95d3326c59
tree4c01a6331dc7daea23d0646a74bf5fbb24e0bbd0
parentb0bf95c9bba305ae9572526c6966d6cdce560914
Fix an out-of-bounds read when logging (#475)

The stack variable `suffix` is not guaranteed to be zero-terminated.
src/result.cpp