- After a bug at TRICS I replaced all occurrences of strcpy, strcat, sprintf
by length limited versions wherever appropriate.
This commit is contained in:
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user