]> granicus.if.org Git - postgresql/commit
Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Feb 2006 22:33:29 +0000 (22:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Feb 2006 22:33:29 +0000 (22:33 +0000)
commit7ef174c032117d433e114779e4e33024c6d365cc
treecf1437027d6150cfa32b63caacad559fb9c03108
parent86b2da894af2ff266947e6fc5d18d621e0d9119f
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