Files
epics-base/modules/libcom/RTEMS
Brendan Chandler 25b9655f60 RTEMS DHCP: Use safer versions of string functions
Use strtok_r rather than strtok

Use strlen() rather than harcoded string size.  GCC should optimize
this to the hardcoded string size, so the result should be the same
but maybe prevents future mistakes.

replace strncpy() with snprintf() to avoid issues with NULL terminated
strings.
2021-02-22 17:19:28 -06:00
..
2021-01-29 12:36:31 -06:00
2021-01-29 12:36:31 -06:00
2021-01-29 12:36:31 -06:00
2021-01-29 12:36:31 -06:00