Add recursion depth protection to LIKE matching. Since MatchText() recurses, it could in principle be driven to stack overflow, although quite a long pattern would be needed.
Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/4175cc604f6df6b0f9e9f177898a1b94e6f14aee Modified Files -------------- src/backend/utils/adt/like.c | 1 + src/backend/utils/adt/like_match.c | 3 +++ 2 files changed, 4 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
