Thread: [PATCH] Fix possible Uninitialized variables (parse_manifest.c)

[PATCH] Fix possible Uninitialized variables (parse_manifest.c)

From
Ranier Vilela
Date:
Hi,
Per Coverity.

verify_manifest_checksum, declare and can utilize array of uint8, without initializing it.
While here, I applied the quick exit technique, to avoid unnecessary computations, if it is possible to avoid them.

regards,
Ranier Vilela

Attachment