Reply To: Crash on openSUSE 10.2

#10359
w1ll14m
Participant

@rpedde wrote:

@w1ll14m wrote:

rpedde ever seen this before ?

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.

I Will try 🙂
I’ll keep you posted 🙂