pg_upgrade: Fix memory leak in check_for_unicode_update().
Nathan Bossart <nathan@postgresql.org>
pg_upgrade: Fix memory leak in check_for_unicode_update(). This function was initializing the "task" variable before a couple of early returns. To fix, postpone the initialization until just before it's needed. Per Coverity. Discussion: https://postgr.es/m/Z_KMsUH2-FEbiNjC%40nathan
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_upgrade/check.c | modified | +2 −1 |
Discussion
- Update Unicode data to Unicode 16.0.0 69 messages · 2024-11-11 → 2025-04-06