Details
-
Technical task
-
Resolution: Won't Do
-
Not Evaluated
Description
memcpy and memset functions are needed in couple of places in safety critical code. However, including cstring gives whole lots of error messages from MISRA C++ 2008 checker.
To get rid of cstring one have to implement own versions of memcpy and memset.