]> 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 21:46:41 +0000 (14:46 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 12 Sep 2018 21:46:40 +0000 (00:46 +0300)
commitec4d099b9f1951b08d1a53181c278173ff6a0cc1
treec192948103ea114a82efdc5d26cb89236ee70d92
parentb608fcd444c00ff37a19d34e4eeadb1221fb6436
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