Skip to content

Fix technical undefined behavior with snprintf#2328

Open
jdavidberger wants to merge 1 commit intozeromq:masterfrom
jdavidberger:master
Open

Fix technical undefined behavior with snprintf#2328
jdavidberger wants to merge 1 commit intozeromq:masterfrom
jdavidberger:master

Conversation

@jdavidberger
Copy link
Copy Markdown

To be clear there is no input / data path that could cause a buffer overflow; however there are various instrumentation / dynamic checks for this sort of thing that this code triggers (along with the general issue with it being UB).

Specifically this snprintf implementation aborts here.

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.

1 participant