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-146386:modsupport.c Missingva_end in_abiinfo_raise#146387

Open
A0su wants to merge 1 commit intopython:mainfrom
A0su:add_missing_var_end_in_modsupport
Open

gh-146386:modsupport.c Missingva_end in_abiinfo_raise#146387
A0su wants to merge 1 commit intopython:mainfrom
A0su:add_missing_var_end_in_modsupport

Conversation

@A0su
Copy link

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

modsupport.c: Missing va_end in _abiinfo_raise

va_start(vargs, format) at line 689 butva_end(vargs) never called on any path. UB per C99 7.15.1.

This is a sub-issue of#146102 with originalgist details

va_end was added at the two exit points.

@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.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@A0su

[8]ページ先頭

©2009-2026 Movatter.jp