commit | 0d833ca7fdf8500956191947dee4eb9bda49e86d | [log] [tgz] |
---|---|---|
author | Robert Griebl <griebl@gmx.de> | Sat Aug 03 14:49:03 2002 +0000 |
committer | Robert Griebl <griebl@gmx.de> | Sat Aug 03 14:49:03 2002 +0000 |
tree | 93dc58856cd7817b91bd0136867818219524d047 | |
parent | 49c024addd79be2b6024e33c69f5fafe9f5eff90 [diff] |
Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and malloc does not clear memory by default (somehow this worked on x86, but not on arm)