]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Sep 2018 22:00:11 +0000 (15:00 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 12 Sep 2018 22:00:11 +0000 (01:00 +0300)
commit6d726868cd1743623a28b8e048e31b9c3c52a399
tree61441670964907114ca854838534842280165289
parent5a435eac1b83f080c9dfceff0de0d639541e4bcb
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)

Reported by Svace static analyzer.
(cherry picked from commit 6f82bffd2df63a4072b3f0483cdbe93ddedb87e9)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Modules/_json.c