-
- Downloads
Prevent stack overflow in query-type functions.
The tsquery, ltxtquery and query_int data types have a common ancestor. Having acquired check_stack_depth() calls independently, each was missing at least one call. Back-patch to 9.0 (all supported versions).
Showing
- contrib/intarray/_int_bool.c 3 additions, 0 deletionscontrib/intarray/_int_bool.c
- contrib/ltree/ltxtquery_io.c 3 additions, 0 deletionscontrib/ltree/ltxtquery_io.c
- contrib/ltree/ltxtquery_op.c 4 additions, 0 deletionscontrib/ltree/ltxtquery_op.c
- src/backend/utils/adt/tsquery_cleanup.c 3 additions, 0 deletionssrc/backend/utils/adt/tsquery_cleanup.c
Loading
Please register or sign in to comment