1
0
Fork 0
CANopenNode/305
Paolo Teti 6c16680d02
Use memcpy() and memset() where possible (#188)
* LLSMaster: replace explicit array element copy with memcpy()

Replace explicit array element copy with memcpy()

Signed-off-by: Paolo Teti <paolo.teti@gmail.com>

* SDO server: copy and zeroize arrays using memcpy() and memset()

* Replace array elements copy with memcpy().
* Clear response buffer using memset()

Signed-off-by: Paolo Teti <paolo.teti@gmail.com>
2020-05-27 13:42:50 +02:00
..
CO_LSS.h Drivers removed from stack, directory structure rearranged. 2020-02-05 10:52:56 +01:00
CO_LSSmaster.c Use memcpy() and memset() where possible (#188) 2020-05-27 13:42:50 +02:00
CO_LSSmaster.h Minor corrections in documentation. 2020-04-03 11:43:14 +02:00
CO_LSSslave.c Fix "unused parameter" warnings 2020-05-06 16:31:36 +02:00
CO_LSSslave.h Minor corrections in documentation. 2020-04-03 11:43:14 +02:00