Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
authorTom Lane <[email protected]>
Sun, 12 Feb 2006 22:33:14 +0000 (22:33 +0000)
committerTom Lane <[email protected]>
Sun, 12 Feb 2006 22:33:14 +0000 (22:33 +0000)
commitdf2c740c94f255077848fdef69df47630273feac
treedd539a9f7dd0965e843fc1c9e1c691f3eba8968c
parent9bb401cd7314db5bb2a8afc6516cb2f9a7daf4ed
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.
src/backend/commands/variable.c
src/backend/utils/mb/encnames.c
src/backend/utils/misc/guc.c
src/include/utils/guc_tables.h