diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-06 11:57:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-06 11:57:22 -0400 |
commit | 8ab6ef2bb8d9a00d205742932eb0b6daf62b34e0 (patch) | |
tree | 3e422de931e6fdd4e2c94cd81f92b5ae48cc130c /src/tutorial/funcs.c | |
parent | 2e4ccf1b4508cc337bb4d0afff1e32a049d549fc (diff) | |
download | postgresql-8ab6ef2bb8d9a00d205742932eb0b6daf62b34e0.tar.gz postgresql-8ab6ef2bb8d9a00d205742932eb0b6daf62b34e0.zip |
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.
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions