On Wed, Aug 14, 2013 at 06:40:01PM +0400, Alexander Sedov wrote: > 2013/8/14 sin <s...@2f30.org>: > > Hi, > > > > Added a barebones strings(1) implementation. Let me know > > if you guys want this. > > > > Thanks, > > sin > Aren't you printf() ing non-null-terminated string? This can explode.
Em no, it is using %.*s but it will be clearer if I null terminate and then print.