]> granicus.if.org Git - postgresql/commit
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 16 Jan 2008 13:01:03 +0000 (13:01 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 16 Jan 2008 13:01:03 +0000 (13:01 +0000)
commitcd42dd5a17944d6e91e3bbe1341b8ed0de4ba385
tree2ecf9397417f1e94615907cdef66b86ab7e5f82c
parent0153c4c4663f87164434ae418a735900f598c7e1
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
fixed length arrays to prevent array's overrun. Per report by
Hannes Dorbath <light@theendofthetunnel.de> and comments by Tom.
src/backend/tsearch/spell.c