- After a bug at TRICS I replaced all occurrences of strcpy, strcat, sprintf

by length limited versions wherever appropriate.
This commit is contained in:
koennecke
2009-12-04 12:58:45 +00:00
parent 09826fb097
commit 4127cbb166
9 changed files with 42 additions and 43 deletions

View File

@ -1,9 +1,9 @@
/*
* This is yet another protocol for scriptcontext. This is for variable
* terminated protocols. The Astriums have deliverd the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of teh time but sometimes
* a \. This protocl handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send termiantor.
* terminated protocols. The Astriums have delivered the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of the time but sometimes
* a \. This protocol handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send terminator.
*
* copyright: see file COPYRIGHT
*