-
Mike Frysinger authored
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:
Mike Frysinger <vapier@gentoo.org>
Mike Frysinger authoredWhen 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:
Mike Frysinger <vapier@gentoo.org>