Fixing a theoretical buffer overflow which was reported by Roland Illig
commitf148fc29d2737eef087a6ce62d6369b1260a5327
authorPatrick Winnertz <winnie@debian.org>
Tue, 3 Feb 2009 18:45:39 +0000 (3 19:45 +0100)
committerPatrick Winnertz <winnie@debian.org>
Tue, 3 Feb 2009 18:45:39 +0000 (3 19:45 +0100)
tree115ea2ad3c3163a3b2087e19f649dd6d7124bf09
parent48a85a7b97ea88f7687126471c2a724e3e444619
Fixing a theoretical buffer overflow which was reported by Roland Illig

 if the concat function was called with more than 32 parameters there will be
 a buffer overflow. This will add a small check to ensure that we concat only 32 parameters.

Signed-off-by: Patrick Winnertz <winnie@debian.org>
mhl/string.h