]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105673: Fix uninitialized warning in sysmodule.c (#105674)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 12 Jun 2023 08:47:56 +0000 (11:47 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 08:47:56 +0000 (08:47 +0000)
commita8d69fe92c65d636fc454cfb1825c357eb2e6325
tree7ac1a032ca1d87446c46943f19d0c1457d3ff6d0
parent58f5227d7cdff803609a0bda6882997b3a5ec4bf
gh-105673: Fix uninitialized warning in sysmodule.c (#105674)

In sys_add_xoption(), 'value' may be uninitialized for some error paths.
Python/sysmodule.c