1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00
Files
postgres/src
Tom Lane 1cf54b00ba Improve ispell dictionary's defenses against bad affix files.
Don't crash if an ispell dictionary definition contains flags but not
any compound affixes.  (This isn't a security issue since only superusers
can install affix files, but still it's a bad thing.)

Also, be more careful about detecting whether an affix-file FLAG command
is old-format (ispell) or new-format (myspell/hunspell).  And change the
error message about mixed old-format and new-format commands into something
intelligible.

Per bug #11770 from Emre Hasegeli.  Back-patch to all supported branches.
2014-10-23 13:11:31 -04:00
..
2014-10-18 22:01:22 -04:00
2014-08-09 00:07:29 -04:00
2014-10-05 23:22:24 -04:00
2014-10-21 18:26:01 -04:00
2014-05-06 12:12:18 -04:00