Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V1.0.0.0
-
Fix Version/s: V1.0.1.0
-
Component/s: Toolkit Source
-
Labels:None
-
Account:SDO Transport, Diagnostic (SDOTRANSPO)
Description
String functions like OS_Strncpy don't conform to ANSI C specification. OS_Strcat is implemented as strncat, thus it should be named like that.