forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9d4212a
committed
Check for stack overrun in standard_ProcessUtility().
ProcessUtility can recurse, and indeed can be driven to infiniterecursion, so it ought to have a check_stack_depth() call. Thiscovers the reported bug (portal trying to execute itself) and a bunchof other cases that could perhaps arise somewhere.Per bug #15428 from Malthe Borch. Back-patch to all supported branches.Discussion:https://postgr.es/m/15428-b3c2915ec470b033@postgresql.org1 parent872b6f7 commit9d4212a
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| 386 | + | |
| 387 | + | |
| 388 | + | |
386 | 389 |
| |
387 | 390 |
| |
388 | 391 |
| |
|
0 commit comments
Comments
(0)