OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Fix possible cases of NULL pointer dereferencing #48

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change fixes several cases of NullDereference as measured by Clang, ensuring pointers are properly checked for NULL before being dereferenced.