Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
unixODBC
unixODBC-2.3.1-uninitialized.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unixODBC-2.3.1-uninitialized.patch of Package unixODBC
htbl_stmt hasn't yet been allocated in both cases Index: Drivers/Postgre7.1/info.c =================================================================== --- Drivers/Postgre7.1/info.c.orig +++ Drivers/Postgre7.1/info.c @@ -2345,6 +2345,7 @@ Int2 result_cols; if(!stmt->result) { SC_set_error(stmt, STMT_NO_MEMORY_ERROR, "Couldn't allocate memory for SQLForeignKeys result."); SC_log_error(func, "", stmt); + PG__SQLFreeStmt(htbl_stmt, SQL_DROP); return SQL_ERROR; } Index: Drivers/Postgre7.1/convert.c =================================================================== --- Drivers/Postgre7.1/convert.c.orig +++ Drivers/Postgre7.1/convert.c @@ -223,6 +223,7 @@ struct tm tp; memset(&st, 0, sizeof(SIMPLE_TIME)); + memset(&st, 0, sizeof(SIMPLE_TIME)); mylog("copy_and_convert: field_type = %d, fctype = %d, value = '%s', cbValueMax=%d\n", field_type, fCType, (value==NULL)?"<NULL>":value, cbValueMax); if ( ! value) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor