Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
MyODBC-unixODBC
MyODBC-unixODBC-my_malloc_when_using_my_free.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File MyODBC-unixODBC-my_malloc_when_using_my_free.patch of Package MyODBC-unixODBC
Index: mysql-connector-odbc-5.1.8/util/odbcinstw.c =================================================================== --- mysql-connector-odbc-5.1.8.orig/util/odbcinstw.c +++ mysql-connector-odbc-5.1.8/util/odbcinstw.c @@ -68,7 +68,7 @@ MySQLGetPrivateProfileStringW(const LPWS filename= (char *)sqlwchar_as_utf8(lpszFilename, &len); if (lpszRetBuffer && cbRetBuffer) - ret= malloc(cbRetBuffer + 1); + ret= my_malloc(cbRetBuffer + 1, MYF(0)); else ret= NULL;
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