From: Meador Inge Date: Sun, 1 May 2016 03:17:22 +0000 (-0500) Subject: Issue #24114: Fix an uninitialized variable in `ctypes.util`. X-Git-Tag: v3.6.0a1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1e2671fdf88fce8a367ee63aba4a02352bd94d6;p=python 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. --- f1e2671fdf88fce8a367ee63aba4a02352bd94d6