Re: [PATCH] Windows port, fix some resources leaks
Ranier Vilela <ranier.vf@gmail.com>
From: Ranier Vilela <ranier.vf@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2020-01-22T20:51:51Z
Lists: pgsql-hackers
Attachments
- auth_leak.patch (application/octet-stream) patch
- logging_leaks.patch (application/octet-stream) patch
- postmaster_leak.patch (application/octet-stream) patch
- regex_leak.patch (application/octet-stream) patch
- restricted_token_leaks.patch (application/octet-stream) patch
- win32_shmem_leak.patch (application/octet-stream) patch
Hi, After review the patches and build all and run regress checks for each patch, those are the ones that don't break. Not all leaks detected by Coverity are fixed. regards, Ranier Vilela
Commits
-
Fix some memory leaks and improve restricted token handling on Windows
- 10a525230fb1 13.0 landed