Skip to content
Snippets Groups Projects
Commit 774ce720 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

strings: use puts() rather than printf()


When running `strings` on really long strings, the stack tends to get
smashed due to printf().  Switch to puts() instead since we're only passing
the data through.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent b03150b5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment