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

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

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