postgresql-interfaces / psqlodbc

Other
11 stars 10 forks source link

Fixed bugs, reported in issue #8. #25

Closed progmachine closed 3 months ago

progmachine commented 3 months ago

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.