]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix core dump of ispell for case of non-successfull initialization.
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 4 Dec 2006 09:27:45 +0000 (09:27 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 4 Dec 2006 09:27:45 +0000 (09:27 +0000)
commite72ef41d72d7555a574ff2197498f66b588bd24f
tree57e6c8199b156f98428a25c49e6b9b984d7c4d0c
parent7f676624f67f4b8590ec70f9e17f7e16e614e92e
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().
contrib/tsearch2/dict_syn.c
contrib/tsearch2/ispell/spell.c