-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8u31
-
Component/s: security-libs
-
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