Bug #76984 malloc/free mismatch in MySQLGetPrivateProfileStringW
Submitted: 8 May 2015 13:17 Modified: 27 Jan 2016 16:10
Reporter: Jaco Kroon Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:5.2.7 OS:Linux
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[8 May 2015 13:19] Jaco Kroon
use free() instead of x_free ...

Attachment: myodbc-mariadb-segfault.patch (text/x-patch), 585 bytes.

[8 May 2015 13:31] Jaco Kroon
use my_malloc() instead of malloc()

Attachment: myodbc-mariadb-segfault2.patch (text/x-patch), 594 bytes.