|
From: Dirk M. <dm...@gm...> - 2007-10-05 10:00:55
|
On Friday, 5. October 2007, Nicholas Nethercote wrote: > It sounds like changing it from a ',' to an apostrophe will fix any problem > there. Dirk, are you happy to make that change along with the others in > the branch? The relevant code is in coregrind/m_debuglog.c. sure, I'm more wondering what to do with "%t". in valgrind ,this is an XML-escaped "%s", while for printf its a length modifier, which causes quite some warnings. do we aim for thread safety? otherwise a xml_quote() around the argument sounds like the easiest solution for me. Greetings, Dirk |