Skip to content
Snippets Groups Projects
Commit ef0eecfa authored by Bruce Momjian's avatar Bruce Momjian
Browse files

This simple patch to catalog/pg_type.c fixes a buffer overrun. It

was detected by Electric Fence and triggered by statements like:

	SELECT * into table t from pg_database;

The system would crash on a memmove call in DataFile() with arguments
like this:

	memmove(0x0, 0x0, 0);

Maurice Gittens
parent dbf34c5c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment