id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
241	buffer overflow in __mhl_str_concat_hlp	Patrick Winnertz <winnie@…>	winnie	"Hey,

There is currently a bufferoverflow in __mhl_str_concat_hlp if the function is 
called with more than 32 parameters.

This will fix this:
{{{
while ((a = va_arg(args, char*)) != (char*)1 && count <=31) { ... }
}}}
"	defect	accepted	major	4.6.3	mc-core	4.6.2		review vote-metux					
