From a424add6e9b72e8309bcdbe4c5a68b3f07ae5107 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Fri, 5 Jun 2015 19:34:59 +0000 Subject: [PATCH] Fix a condition that was always true. Found by cppcheck. See BZ #348565. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15322 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 8ecbdc03f1..1f1a525ccd 100644 --- 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. -- 2.47.3