Bug #16864 strxmov in the code, possible buffer overruns
Submitted: 28 Jan 2006 10:09 Modified: 26 Mar 2008 14:14
Reporter: Sergei Golubchik Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S2 (Serious)
Version:5.0 OS:Any
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:

[29 Aug 2006 17:28] Ian Greenhoe
Patch for removing most instances of strxmov from the 5.0 tree

Attachment: strxmov.patch (text/x-patch), 48.56 KiB.