Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-146388: Add null check forsym_new(ctx) inmake_bottom#146389

Open
A0su wants to merge 3 commits intopython:mainfrom
A0su:Fix_null_deref_in_make_bottom
Open

gh-146388: Add null check forsym_new(ctx) inmake_bottom#146389
A0su wants to merge 3 commits intopython:mainfrom
A0su:Fix_null_deref_in_make_bottom

Conversation

@A0su
Copy link
Contributor

@A0suA0su commentedMar 24, 2026
edited by bedevere-appbot
Loading

optimizer_symbols.c: make_bottom NULL deref when arena full

sym_new(ctx) at line 1535 can return NULL when the type arena is full. Result immediately dereferenced without check. Every othersym_new call site checks for NULL.

This is a sub-issue of#146102 withgist details

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

@A0suA0su marked this pull request as draftMarch 24, 2026 19:42
@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

@A0suA0su marked this pull request as ready for reviewMarch 25, 2026 01:58
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@markshannonmarkshannonAwaiting requested review from markshannonmarkshannon is a code owner

@tomasr8tomasr8Awaiting requested review from tomasr8tomasr8 is a code owner

@Fidget-SpinnerFidget-SpinnerAwaiting requested review from Fidget-SpinnerFidget-Spinner is a code owner

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@A0su@savannahostrowski

[8]ページ先頭

©2009-2026 Movatter.jp