@@ -133,7 +133,7 @@ str_append_printf(str_st *dest, const char *fmt, ...)
{
va_list args;
int len;
char *str;
char *str = NULL;
va_start(args, fmt);
len = vasprintf(&str, fmt, args);
The note is not visible to the blocked user.