-
Bug
-
Resolution: Fixed
-
P4
-
8u31
-
b34
-
Not verified
A call to malloc may return NULL, and this situation needs to be handled.
...
attribCString = malloc(itemAttrs[0].length + 1);
...
...
attribCString = malloc(itemAttrs[0].length + 1);
...
- links to