Skip to content

Fix badly bounded write#93

Merged
gozfree merged 1 commit intogozfree:masterfrom
IVOES:fix-badly-bounded-write
May 27, 2023
Merged

Fix badly bounded write#93
gozfree merged 1 commit intogozfree:masterfrom
IVOES:fix-badly-bounded-write

Conversation

@szsam
Copy link
Copy Markdown
Contributor

@szsam szsam commented May 12, 2023

This 'call to snprintf' operation is limited to 16384 bytes but the destination is only 8192 bytes.
Fix by making the buffer bigger and calling snprintf with the correct size argument.

This 'call to snprintf' operation is limited to 16384 bytes but the
destination is only 8192 bytes.
Fix by making the buffer bigger and calling snprintf with the correct
size argument.
@gozfree gozfree merged commit 05364f3 into gozfree:master May 27, 2023
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