Bug #53363 | Unit test pfs_instr-t still crashes | ||
---|---|---|---|
Submitted: | 3 May 2010 9:28 | Modified: | 4 Aug 2010 20:10 |
Reporter: | Tor Didriksen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S3 (Non-critical) |
Version: | 5.6.99-m4 | OS: | Any |
Assigned to: | Tor Didriksen | CPU Architecture: | Any |
[3 May 2010 9:28]
Tor Didriksen
[3 May 2010 10:59]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/107175 3165 Tor Didriksen 2010-05-03 Bug#53363 Unit test pfs_instr-t still crashes Copy 511 rather than 510 bytes into safe_buffer[]. Use strncpy() to ensure we don't overwrite buffer[]. Declare filename_hash_get_key() to be a "C" function, to remove warning from SunPro compiler.
[3 May 2010 11:11]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/107177 3165 Tor Didriksen 2010-05-03 Bug#53363 Unit test pfs_instr-t still crashes Copy 511 rather than 510 bytes into safe_buffer[]. Use strncpy() to ensure we don't overwrite buffer[]. Declare filename_hash_get_key() to be a "C" function, to remove warning from SunPro compiler.
[3 May 2010 11:40]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/107179 3858 Tor Didriksen 2010-05-03 Merge (actually patch) from next-mr-bugfixing. Bug#53363 Unit test pfs_instr-t still crashes
[3 May 2010 11:43]
Tor Didriksen
Pushed to bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-6.0-codebase-bugfixing/bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-next-mr-bugfixing/
[7 May 2010 9:21]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20100507091908-vqyhpwf2km0aokno) (version source revid:alik@sun.com-20100507091737-12vceffs11elb25g) (merge vers: 6.0.14-alpha) (pib:16)
[7 May 2010 9:23]
Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100507091823-nzao4h3qosau4tin) (version source revid:alik@sun.com-20100507091720-ib9r8uny2aeazvas) (pib:16)
[10 May 2010 14:29]
Paul DuBois
Noted in 6.0.14 changelog. Performance Schema code was subject to a buffer overflow.
[4 Aug 2010 8:10]
Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804080001-bny5271e65xo34ig) (version source revid:alik@sun.com-20100507093958-2y0wy6svnc3zfgqb) (merge vers: 5.6.99-m4) (pib:18)
[4 Aug 2010 8:26]
Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804081533-c1d3rbipo9e8rt1s) (version source revid:alik@sun.com-20100507093958-2y0wy6svnc3zfgqb) (merge vers: 5.6.99-m4) (pib:18)
[4 Aug 2010 20:10]
Paul DuBois
Noted in 5.6.0 changelog.