Community
Participate
Working Groups
Build Identifier: The strtok function used in the agent is non-reentrant. It should be replaced with a reentrant function. As the agent is expanded it could cause problems for users (and did in our case). Reproducible: Always Steps to Reproduce: 1.No need to reproduce 2. 3.
I have changed the code to work without usage of strtok(). Fixed. Thanks.