Skip to content

libe2dbg: Turn fprintf with two args into fputs#162

Open
aszlig wants to merge 1 commit intothorkill:masterfrom
aszlig:format-string-security
Open

libe2dbg: Turn fprintf with two args into fputs#162
aszlig wants to merge 1 commit intothorkill:masterfrom
aszlig:format-string-security

Conversation

@aszlig
Copy link
Copy Markdown

@aszlig aszlig commented Jul 31, 2018

When compiling with -Werror=format-security this will fail and rightfully so, because as far as I can see all the calls to these functions don't contain any format characters in it and even if that's the case there wouldn't be a way to pass arguments anyway.

When compiling with -Werror=format-security this will fail and
rightfully so, because as far as I can see all the calls to these
functions don't contain any format characters in it and even if that's
the case there wouldn't be a way to pass arguments anyway.

Signed-off-by: aszlig <aszlig@nix.build>
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