Fix core dump of ispell for case of non-successfull initialization.
Teodor Sigaev <teodor@sigaev.ru>
Fix core dump of ispell for case of non-successfull initialization. Previous versions aren't affected. Fix synonym dictionary init: string should be malloc'ed, not palloc'ed. Bug introduced recently while fixing lowerstr().
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tsearch2/dict_syn.c | modified | +3 −3 |
| contrib/tsearch2/ispell/spell.c | modified | +1 −1 |