Hi.

I noticed a possible violation of C rules.
Some functions rely on local block variables,
but this are a mistake.
Once that block exits, the memory of the variable is released.

Fix by moving the declaration variables.

best regards,
Ranier Vilela

Attachment: avoid-use-scoped-block-variable-lockfuncs.patch
Description: Binary data

Attachment: avoid-use-scoped-block-variable-rawpage.patch
Description: Binary data

Attachment: avoid-use-scoped-block-variable-walsender.patch
Description: Binary data

Reply via email to