Bug #33750 | buffer overflow on reading a BIT(64) value using NDBAPI | ||
---|---|---|---|
Submitted: | 8 Jan 2008 19:49 | Modified: | 20 Feb 2008 22:11 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: NDB API | Severity: | S3 (Non-critical) |
Version: | mysql-5.1.22-ndb-6.3.6 | OS: | Linux |
Assigned to: | Frazer Clement | CPU Architecture: | Any |
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
[8 Jan 2008 20:05]
Hartmut Holzgraefe
[22 Jan 2008 16:58]
Frazer Clement
Proposed patch for Bug 33750
Attachment: bug33750.patch (text/x-patch), 23.51 KiB.
[23 Jan 2008 7:16]
Frazer Clement
Modified patch with len==0 case changed to assert and increased test iterations
Attachment: bug33750-v2.patch (text/x-patch), 24.11 KiB.