- Fixed segfault due to missing check for variable declaration.
Michael Meskes <meskes@postgresql.org>
- Fixed segfault due to missing check for variable declaration. - Added check for multidimensional array usage.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +42 −13 |
| src/interfaces/ecpg/preproc/variable.c | modified | +6 −1 |