]> 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:56 +0000 (15:00 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 12 Sep 2018 22:00:56 +0000 (01:00 +0300)
commit669429fb583031c7c87392e30b065e99a2d8ccda
treea904ae030311f674017d8fdfa6c9d85468913d19
parentb36567bef80202f53ebe924dd183270c276497f8
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