Menu

#366 OwnIds invalid resolved to a group name

2.1.0.0
closed
2236 (1)
2021-08-11
2021-04-13
No

In the function tau_getOwnIds there is no check that the found fct entery is not a group.

Current sources:
if (ownIP == appHandle->pTTDB->cstInfo[0]->pFctInfoList[index].fctId)

Suggested change:
if (ownIP == appHandle->pTTDB->cstInfo[0]->pFctInfoList[index].fctId && appHandle->pTTDB->cstInfo[0]->pFctInfoList[index].grp == 0)

Discussion

  • Armin-Hagen Weiss

    • labels: --> 2236
    • status: open --> pending
    • assigned_to: Iris Bosse
     
  • Armin-Hagen Weiss

    Changed accordingly. To be tested.

     
  • Stefan Bender

    Stefan Bender - 2021-08-11
     
  • Stefan Bender

    Stefan Bender - 2021-08-11

    Tested in api_test_4.c test3

     
  • Stefan Bender

    Stefan Bender - 2021-08-11
    • status: pending --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB