Bug #69202 | Valgrind warnings in inflate on UNCOMPRESS | ||
---|---|---|---|
Submitted: | 11 May 2013 16:40 | Modified: | 9 Nov 2014 22:58 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.5, 5.6, 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 May 2013 16:40]
Elena Stepanova
[11 May 2013 17:48]
MySQL Verification Team
fyi: http://www.zlib.net/zlib_faq.html#faq36 We Need to check via examination of the code if/what really is being used as uninitialized here and whether it matters?
[2 May 2014 5:57]
Erlend Dahl
It reproduces on latest 5.7, so I guess we can set the report to 'verified' at least.
[6 Jun 2014 2:45]
Paul DuBois
Noted in 5.7.5 changelog. Calls to UNCOMPRESS() produced Valgrind warnings during verification of the zip header of the compressed data.
[9 Nov 2014 22:58]
Elena Stepanova
revno: 8002 revision-id: tor.didriksen@oracle.com-20140513113847-4ibrwic6moadne9v parent: anitha.gopi@oracle.com-20140513113110-zaw6h206p2tn93bx committer: Tor Didriksen <tor.didriksen@oracle.com> branch nick: trunk-valgrind timestamp: Tue 2014-05-13 13:38:47 +0200 message: Bug#18693654 VALGRIND WARNINGS IN INFLATE ON UNCOMPRESS The value of the sourceLen argument to uncompress() was wrong, and we got valgrind warnings when trying to verify the zip header of the compressed data.