Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2019-10-08.04:22:22.146> created_at = <Date 2019-10-08.04:01:58.705> labels = ['3.9'] title = 'crypt: check error from library call' updated_at = <Date 2019-10-08.04:22:22.145> user = 'https://github.com/benjaminp'
bugs.python.org fields:
activity = <Date 2019-10-08.04:22:22.145> actor = 'benjamin.peterson' assignee = 'none' closed = True closed_date = <Date 2019-10-08.04:22:22.146> closer = 'benjamin.peterson' components = [] creation = <Date 2019-10-08.04:01:58.705> creator = 'benjamin.peterson' dependencies = [] files = [] hgrepos = [] issue_num = 38402 keywords = ['patch'] message_count = 2.0 messages = ['354166', '354168'] nosy_count = 1.0 nosy_names = ['benjamin.peterson'] pr_nums = ['16599'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue38402' versions = ['Python 3.9']
The text was updated successfully, but these errors were encountered:
(split off from bpo-36161)
The crypt module currently doesn't check for errors from crypt or crypt_r. It should.
Sorry, something went wrong.
New changeset 0d3fe8a by Benjamin Peterson (Antonio Gutierrez) in branch 'master': closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) 0d3fe8a
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: