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.8] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) #113474

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Dec 25, 2023

  1. bpo-37013: Fix the error handling in socket.if_indextoname() (pythonG…

    …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>
    ZackerySpytz authored and miss-islington committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    ff396d9 View commit details
    Browse the repository at this point in the history