forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb9034b
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 parent6c6dead commitdb9034b
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
| 390 | + | |
| 391 | + | |
| 392 | + | |
390 | 393 |
| |
391 | 394 |
| |
392 | 395 |
| |
|
0 commit comments
Comments
(0)