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

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

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