Mike Frysinger wrote:
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.
...which raises the question of why we don't have vsnprintf().
-Scott