Reply To: Crash on openSUSE 10.2

#10358
rpedde
Participant

@w1ll14m wrote:

rpedde ever seen this before ?

Well, I see the backtrac, but I don’t see at all why. 🙁

Can you change line 549 of xml-rcp.c from:


xml_output(pxml,"name",plugin_get_description(phandle));

to


xml_output(pxml,"name","%s",plugin_get_description(phandle));

And see what that does? Shouldn’t make a difference, but I’d be interested to know.