]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a condition that was always true. Found by cppcheck.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Jun 2015 19:34:59 +0000 (19:34 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Jun 2015 19:34:59 +0000 (19:34 +0000)
See BZ #348565.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15322

NEWS

diff --git a/NEWS b/NEWS
index 8ecbdc03f122cfe63a5e997dc0629f0550470aea..1f1a525ccd62b1af6fe92d85e51dc1b75bf868cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -227,6 +227,7 @@ where XXXXXX is the bug number as listed below.
 348102  Patch updating v4l2 API support
 348247  jno jumps wrongly when overflow is not set
 348728  Fix broken check for VIDIOC_G_ENC_INDEX
+348565  Fix redundant condition
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.