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 --- pmpd3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd3d.c') diff --git a/pmpd3d.c b/pmpd3d.c index 75958da..dc9575f 100644 --- a/pmpd3d.c +++ b/pmpd3d.c @@ -1359,7 +1359,7 @@ void pmpd3d_get(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) { int i; t_symbol *toget; - t_atom toout[4]; + t_atom toout[7]; toget = atom_getsymbolarg(0, argc, argv); if ( (toget == gensym("massesPos")) && (argv[1].a_type == A_FLOAT) ) -- cgit v1.2.1