CVS commit by arwalker:
Make sure the buffer is large enough.
M +1 -1 chop.cpp 1.2
--- kdeextragear-2/kst/plugins/chop/chop.cpp #1.1:1.2
@@ -25,5 +25,5 @@ int chop( const double *const inArrays[]
KST_UNUSED( outScalars )
- double* pResult[3];
+ double* pResult[4];
int iRetVal = -1;
int iLength = inArrayLens[0];