Aaron Stone wrote: > Nevermind, there was a clue to find where the issue is coming from. > Lars, try this in modules/sortsieve.c, as the trace in sort_getheader: > > trace(TRACE_INFO, "%s, %s: Getting header [%s] returning value [%s]", > __FILE__, __func__, header, bodylist[0] ? bodylist[0] : "(null)" ); > > I wonder if there's a more portable way to handle this in trace?
I've tried doing that by using g_vsnprintf, and that did work for /some/ cases, but apparently not for all. Perhaps we need to do a separate looping over va_args to check for NULL elements. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
