diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-13 16:20:01 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-13 16:20:01 -0500 |
commit | 71627f3d1964ef9831ea7997d2f4ac5617c718cc (patch) | |
tree | a114bfdd27d8ec8484b570def5627f0a21522a80 /src/tutorial/basics.source | |
parent | 9728eda7925b6d42621b38c48e91ef9ab8d90cbc (diff) | |
download | postgresql-71627f3d1964ef9831ea7997d2f4ac5617c718cc.tar.gz postgresql-71627f3d1964ef9831ea7997d2f4ac5617c718cc.zip |
Fix CVE-2013-0255 properly.
Revert commit ab0f7b6089fd215f6ce6081e2e222c38d643a526 (in HEAD only)
in favor of the proper solution, which is to declare enum_recv() correctly
in the system catalogs. It should be declared to take type "internal"
not "cstring".
Also improve the type_sanity regression test, which should have caught
this typo, so that it actually would. Most of the relevant checks on
the signature of type I/O functions should not have been restricted to
basetypes/pseudotypes, as they should apply to any type's I/O functions.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions