]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Aug 2018 20:19:18 +0000 (16:19 -0400)
committerGitHub <noreply@github.com>
Sun, 19 Aug 2018 20:19:18 +0000 (16:19 -0400)
commite77cdae0f84fc390fed5555ea1f53bbc8746d634
tree1fab454c65d416fc251f3238f0d9e7aa68af3ad1
parentf19579b8f1fcd2dd8ffaf3e443b09930057c01d1
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)

Reported by Svace static analyzer.
(cherry picked from commit 74a307d48ef8b278c4629ca0ef2139be1c9a34e6)

Co-authored-by: Alexey Izbyshev <izbyshev@users.noreply.github.com>
Objects/unicodeobject.c