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
avoid-use-scoped-block-variable-lockfuncs.patch
Description: Binary data
avoid-use-scoped-block-variable-rawpage.patch
Description: Binary data
avoid-use-scoped-block-variable-walsender.patch
Description: Binary data
