Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: V3.0.1.0
-
Fix Version/s: V3.1.0.0
-
Labels:None
-
Account:SPC Powerlink Slave (SPCPOWERLINKSL)
Description
Calling the IOCTL API by giving a non alligned parameter may cause a firmware crash, since some commands try to cast this parameter to an alligned data type. To avoid this, a new union structure has to be defined within the parameters needed for all IOCTL commands.