| Bug #35986 | valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG= | ||
|---|---|---|---|
| Submitted: | 11 Apr 10:22 | Modified: | 14 May 4:23 |
| Reporter: | Magnus Svensson | ||
| Status: | Closed | ||
| Category: | Server: General | Severity: | S3 (Non-critical) |
| Version: | 5.1.25, 5.0 | OS: | Any |
| Assigned to: | Magnus Svensson | Target Version: | 5.0+ |
| Triage: | D1 (Critical) | ||
[11 Apr 10:22]
Magnus Svensson
[11 Apr 10:25]
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/45231 ChangeSet@1.2572, 2008-04-11 10:30:06+02:00, msvensson@pilot.mysql.com +1 -0 Bug#35986 valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG="" - Code in DbugParse was reading from beyond end of the control string
[2 May 12:43]
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/46288 ChangeSet@1.2614, 2008-05-02 12:49:31+02:00, msvensson@pilot.mysql.com +1 -0 Bug#35986 valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG="" - Code in DbugParse was reading from beyond end of the control string
[6 May 2:25]
Bugs System
Pushed into 5.0.62
[6 May 2:29]
Bugs System
Pushed into 5.1.25-rc
[6 May 2:32]
Bugs System
Pushed into 6.0.6-alpha
[14 May 4:23]
Paul DuBois
Noted in 5.0.62, 5.1.25, 6.0.6 changelogs. SET GLOBAL debug='' resulted in a Valgrind warning in DbugParse(), which was reading beyond the end of the control string.
