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

gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warning in bytes_methods.c #102942

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Mar 23, 2023

I still think that this warning is a false positive and there's no way to actually abuse it.
So, I hope that = NULL will just make it go away.

@sobolevn
Copy link
Member Author

sobolevn commented Mar 23, 2023

The warning is gone 🎉
The second one is solved here: #102940

@kumaraditya303 can you please take a look? :)

@sobolevn
Copy link
Member Author

@erlend-aasland can you please take a look? :)
All PRs get this warning, it is kinda annoying and might scare people.

@kumaraditya303
Copy link
Contributor

I'm travelling currently, please find another reviewer or wait till I'm back.

@JelleZijlstra JelleZijlstra merged commit 2cdc518 into python:main Mar 27, 2023
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants