In SQLGetDescFieldW:128 blen is not initialised before sent to utf8_to_ucs2(). The...
authorDave Page <dpage@pgadmin.org>
Fri, 22 Jul 2005 22:11:38 +0000 (22:11 +0000)
committerDave Page <dpage@pgadmin.org>
Fri, 22 Jul 2005 22:11:38 +0000 (22:11 +0000)
commit97714b5c321987aed2ab1d2ce3747b6d6b9382a6
tree7e6740d3cb12fdc59d26d8b30931323af4ea9923
parent1bddc225c044f359d8b5bedb773e2adea58c8815
In SQLGetDescFieldW:128 blen is not initialised before sent to utf8_to_ucs2(). The same thing exists in SQLColAttributeW:287 and SQLGetDiagFieldW:345, per Tomas Skäre
odbcapi30w.c