Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
Tom Lane <tgl@sss.pgh.pa.us>
Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash the server, if it has been compiled with Asserts enabled (CVE-2006-0553). Thanks to Akio Ishida for reporting this problem.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/variable.c | modified | +4 −2 |
| src/backend/utils/mb/encnames.c | modified | +2 −2 |
| src/backend/utils/misc/guc.c | modified | +12 −4 |
| src/include/utils/guc_tables.h | modified | +2 −1 |