- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3a60c8b
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 parent0c99e71 commit3a60c8b
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| 335 | + | |
| 336 | + | |
| 337 | + | |
335 | 338 |
| |
336 | 339 |
| |
337 | 340 |
| |
|
0 commit comments
Comments
(0)