mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix memory leaks in px_crypt_shacrypt().
Per Coverity. I don't think these are of any actual significance since the function ought to be invoked in a short-lived context. Still, if it's trying to be neat it should get it right. Also const-ify a constant and fix up typedef formatting.
This commit is contained in:
@ -1825,6 +1825,7 @@ PGAlignedBlock
|
||||
PGAlignedXLogBlock
|
||||
PGAsyncStatusType
|
||||
PGCALL2
|
||||
PGCRYPTO_SHA_t
|
||||
PGChecksummablePage
|
||||
PGContextVisibility
|
||||
PGErrorVerbosity
|
||||
|
Reference in New Issue
Block a user