Before this patch arguments to munit_assert_string_equal(), munit_assert_string_not_equal(), munit_assert_memory_equal(), and munit_assert_memory_not_equal() were concatenated directly into the format string. This caused issue when they contained format specifier (valid or not), e.g.: munit_assert_string_equal(uri_encode("="), "%3D"); Would warn: warning: invalid conversion specifier 'D' [-Wformat-invalid-specifier]
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by kaworu and has received 7 comments.