From e425c5e6b99417355a8875dc7ad7191fd07324a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 12 Aug 2011 10:04:50 +0000 Subject: fixed out-of-memory access when sending messages svn path=/trunk/externals/pmpd/; revision=15210 --- pmpd2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd2d.c') diff --git a/pmpd2d.c b/pmpd2d.c index 830b207..134d305 100644 --- a/pmpd2d.c +++ b/pmpd2d.c @@ -1183,7 +1183,7 @@ void pmpd2d_get(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv) { int i; t_symbol *toget; - t_atom toout[3]; + t_atom toout[5]; toget = atom_getsymbolarg(0, argc, argv); if ( (toget == gensym("massesPos")) && (argv[1].a_type == A_FLOAT) ) -- cgit v1.2.1