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

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

2009-03-22 Thread Ett Martin
The following bug has been logged online: Bug reference: 4724 Logged by: Ett Martin Email address: ettl.mar...@gmx.de PostgreSQL version: 8.3.7 Operating system: Linux Description:Array index out of bounds Details: I have checked the sources with a static code analy