Details
Description
EIP_OBJECT_LFWD_OPEN_FWD_RES with incorrect packet length (e.g. packet size zero) currently leads to firmware crash. It is expected that no crash occurs.
As stated in the API manual, the response packet size shall be
ulLen = 60 + n = EIP_OBJECT_FWD_OPEN_FWD_RES_SIZE + n
n: Length of connection path (`abConnPath`) in bytes +
Length of “Application Reply” data in `abConnPath`
Any other packet size is considered invalid and results in no Forward Open Response being sent to the network.