]> granicus.if.org Git - python/commit
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
authorMeador Inge <meadori@gmail.com>
Sun, 1 May 2016 02:56:59 +0000 (21:56 -0500)
committerMeador Inge <meadori@gmail.com>
Sun, 1 May 2016 02:56:59 +0000 (21:56 -0500)
commit8988ebf2a7a89620781feca39074f91469e7baf2
tree29d98d34985f0cac8c761a7891cf04286c43d7a6
parentaa27982ffca6ebfaad0a776e93e98a30e95b8b88
Issue #24114: Fix an uninitialized variable in `ctypes.util`.

The bug only occurs on SunOS when the ctypes implementation searches
for the `crle` program.  Patch by Xiang Zhang.  Tested on SunOS by
Kees Bos.
Lib/ctypes/util.py
Misc/NEWS