1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00
Files
postgres/contrib/pgcrypto
Tom Lane 8ab6ef2bb8 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.
2025-04-06 11:57:22 -04:00
..
2022-09-14 21:58:30 +02:00
2016-09-30 14:04:16 -04:00
2023-09-26 11:28:57 +01:00
2022-09-14 21:58:30 +02:00
2023-10-26 09:20:54 +02:00