Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAPI: Fix segfault if json field is null.
The function json_object_object_get_ex does not create a json object for the parameter value in the case "key":null. This caused a segfault in json deserialization. Fixes: tpm2-software#2878 Signed-off-by: Juergen Repp <[email protected]>
- Loading branch information