OpenKMIP / libkmip

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

Fix cases of unread but assigned values #46

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change fixes several cases of ValueAssignedNeverRead, ensuring variables are either unmodified or set to reasonable defaults in their current scope.