Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V2.4.0.0
-
Component/s: Marshaller (shared component)
-
Labels:None
-
Account:SDO Transport, Diagnostic (SDOTRANSPO)
Description
Some OS function implementations (see OS_Malloc() with size 0) needs a more specific handling which is actually hidden by a define (#define OS_Malloc malloc).
To make the OS function implementation more readable, an OS abstraction should be delivered to the toolkit also containing a general stub implementation of the used function.