Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-05 | remove pointless va_copy to avoid cleanup dance | David Kalnischkies | |
A va_copy call needs to be closed in all branches with va_end, so these functions would need to be reworked slightly, but we don't actually need to copy the va_list as we don't work on it, we just push it forward, so dropping the copy and everyone is happy. Reported-By: cppcheck Gbp-Dch: Ignore | |||
2016-09-11 | Coverage: Do not print messages from gcov | Julian Andres Klode | |
We need to ignore messages from gcov. All those messages start with profiling: and are printed using vfprintf(), so the only thing we can do is add a library overriding those functions and linking apt-pkg to it. |