Skip to content
New issue

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

[3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) #112598

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

miss-islington
Copy link
Contributor

  • Fix a crash when pass UINT_MAX.
  • Fix an integer overflow on 64-bit non-Windows platforms.
    (cherry picked from commit 0daf555)

Co-authored-by: Zackery Spytz zspytz@gmail.com

…H-13503)

* Fix a crash when pass UINT_MAX.
* Fix an integer overflow on 64-bit non-Windows platforms.
(cherry picked from commit 0daf555)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-app bedevere-app bot added type-crash A hard crash of the interpreter, possibly with a core dump awaiting review labels Dec 1, 2023
@serhiy-storchaka serhiy-storchaka merged commit 1cc594d into python:3.11 Dec 25, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants