Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 118f54d06d62205aa742699b59dccffabd5fd826
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-02-12T22:33:47Z
Releases: 7.3.14
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

PathChange+/−
src/backend/commands/variable.c modified +3 −1
src/backend/utils/mb/encnames.c modified +2 −2
src/backend/utils/misc/guc.c modified +17 −4