forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b0e7fe
committed
Fix use-after-free with multirange types in CREATE TYPE
The code was freeing the name of the multirange type function stored inthe parse tree but it should not do that. Event triggers could forexample look at such a corrupted parsed tree with a ddl_command_endevent.Author: Alex Kozhemyakin, Sergey ShinderukReviewed-by: Peter Eisentraut, Michael PaquierDiscussion:https://postgr.es/m/d5042d46-b9cd-6efb-219a-71ed0cf45bc8@postgrespro.ruBackpatch-through: 141 parent780054b commit5b0e7fe
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1707 | 1707 |
| |
1708 | 1708 |
| |
1709 | 1709 |
| |
1710 |
| - | |
1711 | 1710 |
| |
1712 | 1711 |
| |
1713 | 1712 |
| |
|
0 commit comments
Comments
(0)