Skip to content
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

Fix undefined behavior related to sprintf #1

Closed
wants to merge 1 commit into from

Conversation

francois-berder
Copy link

Source and destination must not overlap when using sprintf otherwise
the behavior is undefined as specified in C99 standard 7.19.6.6

Signed-off-by: Francois Berder 18538310+francois-berder@users.noreply.github.com

Source and destination must not overlap when using sprintf otherwise
the behavior is undefined as specified in C99 standard 7.19.6.6

Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
@Marcus10110
Copy link
Contributor

Wow this has been sitting forever, sorry about that!
In order to get around the conflicts, I've just recreated the changes here:
#5

Marcus10110 added a commit that referenced this pull request Feb 3, 2022
Fix sprintf (duplicate of #1)
@Marcus10110 Marcus10110 closed this Feb 3, 2022
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.

2 participants