Hi Daniel!
We appreciate your contributions. I have investigated each one of the reported warnings.
In order of their appearance:
Pull requests have been merged.
- [plugin/auth_pam/testing/pam_mariadb_mtr.c:67]: (error) Memory pointed to by 'resp' is freed twice
This is a false warning. Resp gets allocated again after the free call at line 49.
- [plugin/server_audit/server_audit.c:402]: (error) Invalid number of character '{' when these macros are defined:
This was handled by holyfoot a while ago.
- [mysys/mf_iocache.c:1929]: (error) va_list 'va_args' was opened but not closed by va_end().
Patch applied
- [sql/create_options.cc:366]: (error) Memory leak: val
Not a bug
Thanks again for all the help!
[plugin/auth_pam/testing/pam_mariadb_mtr.c:67]: (error) Memory pointed to by 'resp' is freed twice.
exists in 5.5 - remove free at line 49