[issue38402] crypt: check error from library call

2019-10-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 0d3fe8ae4961bf551e7d5e42559e2ede1a08fd7c by Benjamin Peterson (Antonio Gutierrez) in branch 'master': closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) https://github.com/python/cpython/commit/0d3fe8ae4961bf551e7d5e42559e2e

[issue38402] crypt: check error from library call

2019-10-07 Thread Antonio Gutierrez
Change by Antonio Gutierrez : -- keywords: +patch pull_requests: +16224 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16599 ___ Python tracker __

[issue38402] crypt: check error from library call

2019-10-07 Thread Benjamin Peterson
New submission from Benjamin Peterson : (split off from #36161) The crypt module currently doesn't check for errors from crypt or crypt_r. It should. -- messages: 354166 nosy: benjamin.peterson priority: normal severity: normal status: open title: crypt: check error from library call