commit | 12d61ad9489e363b9bfc3a57516ce11f79e9fe26 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 04 16:03:46 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Dec 07 01:17:19 2008 +0100 |
tree | c97f6981bb3a2c7a9acb0d26e2f4f0688bb2a747 | |
parent | 7deac118f3aea1ccc88d57c75e10c4fbdb145980 [diff] |
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: Mike Frysinger <vapier@gentoo.org>