Bug #80085 | Add va_end to mysys/mf_iocache.c matching va_start (contribution) | ||
---|---|---|---|
Submitted: | 20 Jan 2016 22:36 | Modified: | 10 Mar 2016 16:54 |
Reporter: | OCA Admin (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[20 Jan 2016 22:36]
OCA Admin
[20 Jan 2016 22:36]
OCA Admin
Contribution submitted via Github - Add va_end to mysys/mf_iocache.c matching va_start (*) Contribution by Daniel Black (Github grooverdan, mysql-server/pull/48#issuecomment-173381447): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_56551226.txt (text/plain), 724 bytes.
[21 Jan 2016 7:48]
MySQL Verification Team
Hello Daniel, Thank you for the report and contribution. Thanks, Umesh
[10 Mar 2016 16:54]
Paul DuBois
Noted in 5.8.0 changelog. For the mf_iocache unit test, add a missing va_end(), fix a memory leak by calling my_end(), and add a target for the test. Thanks to Daniel Black for the patch on which these changes are based.