-
Bug
-
Resolution: Fixed
-
Medium
-
OpenVX Framework
-
TIOVX-1971
-
TIOVX_10.00.00
-
TIOVX_10.01.00
-
In the functions ownContextSendCmd and ownContextSendControlCmd, a status of VX_SUCCESS is returned even if the initial comparison between TIVX_MAX_CTRL_CMD_OBJECTS and the calculated object id fails. This is resolved by separating the and condition into a separated nested if block.