]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) 8829/head 8830/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Aug 2018 20:17:53 +0000 (16:17 -0400)
committerGitHub <noreply@github.com>
Sun, 19 Aug 2018 20:17:53 +0000 (16:17 -0400)
commit1e596d3a20a1a9d1ef15218ef33795bc9e651b7a
treeca40a695e4eb1fdf4c426c21aaf69c0c64bb75e4
parent0e1e8dbb0b99ec78f4567382428fdd46e2244d40
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