FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-102509: Ignore acceptable access of an uninitialized value by illia-v · Pull Request #102838 · python/cpython · GitHub

/ cpython Public

gh-102509: Ignore acceptable access of an uninitialized value - #102838

Closed
illia-v wants to merge 3 commits into
python:mainfrom
illia-v:gh-102509-ignorelist
Closed

gh-102509: Ignore acceptable access of an uninitialized value#102838
illia-v wants to merge 3 commits into
python:mainfrom
illia-v:gh-102509-ignorelist

Conversation

illia-v commented Mar 20, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

This is done to ignore an error on accessing an uninitialized integer without an adverse effect.
#102509 (comment)

illia-v changed the title gh-102509: Create an ignore list for sanitizers gh-102509: Ignore acceptable access of an uninitialized value Mar 20, 2023

Copy link
Copy Markdown
Contributor

AFAICS, this is an alternative to #102510. Let's wait an see what the Marks decide over there first.

erlend-aasland marked this pull request as draft March 22, 2023 10:02
erlend-aasland removed their request for review May 8, 2023 07:55

Copy link
Copy Markdown
Member

Let's wait an see what the Marks decide over there first.

@mdickinson

illia-v commented May 17, 2023

Copy link
Copy Markdown
Contributor Author

It will be nice to have the error fixed in the first beta of 3.12.

I've just checked that #101291 has not affected the use of the uninitialized value yet (see #102510 (comment) for previous expectations) and running CC=clang ./configure --with-memory-sanitizer && make -j12 still fails without the patch.

Copy link
Copy Markdown
Member

@arhadthedev

@mdickinson

I think this one's for @markshannon to decide; he has better awareness of the #102510 performance trade-offs than I do. (And it's "his" code, in some sense.)

illia-v commented Jul 31, 2023

Copy link
Copy Markdown
Contributor Author

Closing this because the value was initialized explicitly in #102510 and #107464

illia-v closed this Jul 31, 2023
illia-v deleted the gh-102509-ignorelist branch July 31, 2023 21:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

5 participants


Back | FazBrowse Home | New Git URL