Hide Forgot
__KReturn2 in konkret/konkret.h lacks a printf format string attribute. If you add that, GCC will check for mismatches at compile time: http://docs.fedoraproject.org/en-US/Fedora_Security_Team//html/Defensive_Coding/sect-Defensive_Coding-C-Libc-vsnprintf.html Checking the return value of vasprintf in the implementation might be a good idea as well.
Fixed upstream and in the konkretcmpi-0.9.1-3.el7. Thanks for the report.