]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 13:56:08 +0000 (06:56 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 13:56:08 +0000 (06:56 -0700)
commit98043b4fcd80bdfa8cc2be1730fa2a4cf4950958
tree348f112683a6b0c606f142e2755769d12b49081d
parent4f962ecfa1aadc45facc250841208f6dd2ce690f
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)

Valgrind emits "Conditional jump or move depends on uninitialised
value(s)" false alarms on GCC builtin strcmp() function. The GCC code
is correct.

Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=264936
(cherry picked from commit 03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Tools-Demos/2019-10-08-15-07-52.bpo-38118.pIZD6H.rst [new file with mode: 0644]
Misc/valgrind-python.supp