[PATCH] Fix possible Uninitialized variables (parse_manifest.c) - Mailing list pgsql-hackers

From Ranier Vilela
Subject [PATCH] Fix possible Uninitialized variables (parse_manifest.c)
Date
Msg-id CAEudQArkskg8tLm0_CNnA6940w9_TNyoCX_HwYUCaajneY5faw@mail.gmail.com
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: HEAPDEBUGALL is broken
Next
From: Tom Lane
Date:
Subject: Re: HEAPDEBUGALL is broken