Re: [BUGS] BUG #4724: Array index out of bounds

2009-03-22 Thread Tom Lane
"Ett Martin" writes: > I have checked the sources with a static code analysis tool cppcheck: > cppcheck -q -a -j2 postgresql-8.3.7 > [postgresql-8.3.7/contrib/cube/cube.c:1418]: (all) Array index out of > bounds > [postgresql-8.3.7/contrib/cube/cube.c:1437]: (all) Array index out of > bounds Lo

Re: [BUGS] BUG #4724: Array index out of bounds

2009-03-22 Thread Craig Ringer
Ett Martin wrote: > I have checked the sources with a static code analysis tool cppcheck: > > cppcheck -q -a -j2 postgresql-8.3.7 > [postgresql-8.3.7/contrib/cube/cube.c:1418]: (all) Array index out of > bounds > [postgresql-8.3.7/contrib/cube/cube.c:1437]: (all) Array index out of > bounds Hav