Skip to content

Fix deprecation of bzero, prefer POSIX over GNU newlib extensions #8150

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

Closed
wants to merge 1 commit into from

Conversation

dok-net
Copy link
Contributor

@dok-net dok-net commented Jun 20, 2021

Fixes #8122.
Bzero was once deprecated, apparently compiler optimizations could remove the zeroing, which for obvious reasons is a serious security issue.

@dok-net dok-net force-pushed the xopen_source branch 2 times, most recently from 098ce31 to 5cdfde5 Compare June 20, 2021 15:15
@dok-net
Copy link
Contributor Author

dok-net commented Jun 20, 2021

ESP32 build settings are generated from IDF, and there _GNU_SOURCE is used, too. So the whole point is moot. Retracting.

@dok-net dok-net closed this Jun 20, 2021
@dok-net dok-net deleted the xopen_source branch June 20, 2021 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strptime dissapeared on 3.0.0
1 participant