Skip to content

Conversation

@opavlyuk
Copy link
Owner

No description provided.

opavliuk added 2 commits May 31, 2019 14:40
Support for scoped IPv6 addresses (including network and interface addresses)
is required according to RFC 4007 (https://tools.ietf.org/html/rfc4007).
@opavlyuk opavlyuk changed the title bpo-34788 Add support for scoped IPv6 addresses bpo-34788: Add support for scoped IPv6 addresses May 31, 2019
@github-actions
Copy link

github-actions bot commented Nov 1, 2021

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Nov 1, 2021
JelleZijlstra pushed a commit that referenced this pull request May 3, 2022
…python#91466)

Fix an uninitialized bool in exception print context.
    
`struct exception_print_context.need_close` was uninitialized.
    
Found by oss-fuzz in a test case running under the undefined behavior sanitizer.
    
https://oss-fuzz.com/testcase-detail/6217746058182656
    
```
Python/pythonrun.c:1241:28: runtime error: load of value 253, which is not a valid value for type 'bool'
    #0 0xbf2203 in print_chained cpython3/Python/pythonrun.c:1241:28
    #1 0xbea4bb in print_exception_cause_and_context cpython3/Python/pythonrun.c:1320:19
    #2 0xbea4bb in print_exception_recursive cpython3/Python/pythonrun.c:1470:13
    #3 0xbe9e39 in _PyErr_Display cpython3/Python/pythonrun.c:1517:9
```
    
Pretty obvious what the ommission was upon code inspection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants