nuttx/tools/zds
Gregory Nutt 4bf2a1ee91 tools/zds/zdsar.c: Correct memory corruption bug
A pointer to a string in a memory buffer was losing its value.  The reason was that the buffer was occasionally being used for other purposes.  The fix is to strdup() the string so that there is a private, protected copy.
2020-02-23 13:18:27 +01:00
..
.gitignore
Makefile
README.txt
zdsar.c tools/zds/zdsar.c: Correct memory corruption bug 2020-02-23 13:18:27 +01:00

README.txt
==========

tools/zds/zdsar.c:  This is a wrapper around the ZDS_II librarian.  It
  simplifies the build scripts by replacing large sequences of complex Bash
  script that were added to the build files.  Not only does this clean upi
  the build files but it also improves performance and, more importantly,i
  provides a common solution for the Windows native build case.

  This tool should work with all ZDS-II based platforms including z8, zNeo, and ez80.