-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Secure group has an invalid assert that would possibly be hit once every 49 days.
note: the stored value is never used, so a release build would not be affected since asserts are disabled for release builds.
The variable being assigned and the assert should be deleted.
The following assert is in securegroup.cand securegroupRekey.c:
PCR_Assert( secureGroup->sgmNextActiveMemberAPPIDTableCheckTime );