Memory-lock contention with Zowe Desktop plugin (z/OS Workload Interaction Navigator) #339
Labels
bug
Something isn't working
priority-high
An important issue that should be at least considered for the next PI, ideally within this one, if t
severity-high
A bug for which there may be workaround but limits the usage of the Zowe for major use cases
Below is a code example on zowe-common-c:
char **tokens = (char **)SLHAlloc(slh, sizeof(char *) * CMS_MAX_COMMAND_TOKEN_COUNT);
The text was updated successfully, but these errors were encountered: