]> granicus.if.org Git - python/commit
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
authorVictor Stinner <vstinner@python.org>
Tue, 8 Oct 2019 13:42:17 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 13:42:17 +0000 (15:42 +0200)
commit03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2
treec8150890ce4fd154fc03d2dec0ff916c3edba56c
parent8252c52e57283515ace5d4251584255dc5c60eb5
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
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