Hi! > - memset(fmt_buf, 0, sizeof(fmt_buf)); > + memset(&fmt_buf, 0, sizeof(fmt_buf)); Hmm, we can simply do fmt_buf = 0 here now, right? Otherwise this looks good, acked. -- Cyril Hrubis chrubis@suse.cz