]> granicus.if.org Git - python/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:49:12 +0000 (06:49 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 13:49:12 +0000 (06:49 -0700)
commit364532fb4962991d278da6470c3aec4e443e533d
treef6d756add182a41aa8121293134e45433cbd519e
parenta1f45008f190b0d340ec0eac623f05ef98e6b4c9
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