Bug #59125 | valgrind uninitialised value warning in ull2dec, longlong2decimal | ||
---|---|---|---|
Submitted: | 23 Dec 2010 11:23 | Modified: | 19 Apr 2011 16:36 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S3 (Non-critical) |
Version: | 5.0.92,5.1.55,5.5.9,5.6.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[23 Dec 2010 11:23]
Shane Bester
[23 Dec 2010 11:24]
MySQL Verification Team
some details....
Attachment: bug59125_more_infos.txt (text/plain), 31.25 KiB.
[23 Dec 2010 16:34]
Valeriy Kravchuk
Verified with current mysql-5.1-security tree on 32-bit Ubuntu 10.04.
[27 Dec 2010 14:55]
MySQL Verification Team
another testcase from mysql-trunk: select format(day(from_unixtime('-128')),'','es_US');
[19 Apr 2011 16:36]
Paul DuBois
Noted in 5.1.57, 5.5.12, 5.6.3 changelogs. In Item_func::val_decimal, a Valgrind warning for a missing NULL value check was corrected. CHANGESET - http://lists.mysql.com/commits/134058