Bug #70830 | Coverity analysis results and patches | ||
---|---|---|---|
Submitted: | 6 Nov 2013 9:50 | Modified: | 19 Nov 2013 13:42 |
Reporter: | Honza Horak (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.6.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[6 Nov 2013 9:52]
Honza Horak
[6 Nov 2013 9:53]
Honza Horak
patch for string overflow issues
Attachment: community-mysql-covscan-stroverflow.patch (text/x-patch), 2.87 KiB.