[issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()

2019-04-05 Thread STINNER Victor
STINNER Victor added the comment: Fixed by commit 6a8c3139ae9ada89d4a95985ec7cf8bb7d03bc01. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()

2019-04-05 Thread STINNER Victor
STINNER Victor added the comment: Thanks for your bug report and fix Brad Larsen ;-) -- ___ Python tracker ___ ___ Python-bugs-list

[issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()

2019-03-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()

2019-03-31 Thread Brad Larsen
Change by Brad Larsen : -- keywords: +patch pull_requests: +12576 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue36496] Local variables can be used uninitialized in _PyPreConfig_Read()

2019-03-31 Thread Brad Larsen
New submission from Brad Larsen : In bpo-36301, in commit f72346c47537657a287a862305f65eb5d7594fbf, a couple possible uses of uninitialized variables were introduced into Python/preconfig.c. In particular, in _PyPreConfig_Read(), along an error-handling path, the `init_utf8_mode` and `init_l