Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 23 May 2024 16:08:37 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #25: Fixed bugs, reported in issue #8. List-Id: X-GitHub-Author-Id: 2852009 X-GitHub-Author-Login: progmachine X-GitHub-Issue: 25 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/25 Content-Type: text/plain; charset=utf-8 Bunch of memory leaks, occuring in tests. One heap-buffer-overrun in read operation at convert.c:3162. Two memory leaks, detected by my unit tests: password, conn_settings, pqopt fields overwrite if their values provided by both, system config and connstring. Restored reference counting lifetime management of COL_INFO objects. Some minor cosmetic changes.