bpo-36020: Require vsnprintf() to build Python by vstinner · Pull Request #20899 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:require_vsnprintf

Jun 15, 2020

Merged

bpo-36020: Require vsnprintf() to build Python#20899

vstinner merged 1 commit intopython:masterfrom

vstinner:require_vsnprintf

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Jun 15, 2020

edited by bedevere-bot

Loading

The C99 functions snprintf() and vsnprintf() are now required
to build Python.

PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError()
on a buffer overflow on platforms which don't provide vsnprintf().

https://bugs.python.org/issue36020

The C99 functions snprintf() and vsnprintf() are now required
to build Python.

PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError()
on a buffer overflow on platforms which don't provide vsnprintf().

@vstinner vstinner added the 🔨 test-with-buildbots

Test PR w/ buildbots; report in status section

label

Jun 15, 2020

@bedevere-bot

Copy link Copy Markdown

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 414ba4e 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots

Test PR w/ buildbots; report in status section

label

Jun 15, 2020

@vstinner vstinner merged commit 7ab92d5 into python:master

Jun 15, 2020

@vstinner vstinner deleted the require_vsnprintf branch

June 15, 2020 22:54

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @bedevere-bot @the-knights-who-say-ni