Bug #28558 UpdateXML called with garbage crashes server
Submitted: 21 May 2007 10:19 Modified: 2 Jun 2007 14:29
Reporter: Alexander Barkov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: XML functions Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Alexander Barkov 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:

[21 May 2007 12:47] Shane Bester
the fix can be tested with this testcase which submits random blob arguments to the updatexml function.

Attachment: bug28558.c (text/plain), 6.05 KiB.