diff options
| author | Bruce Momjian | 1998-03-30 17:46:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-03-30 17:46:45 +0000 |
| commit | ef0eecfa1f36cf85cef838fbcc7ed13b42c274e2 (patch) | |
| tree | ad9efc3c49bc6665e77970677b086aa14a3a5491 /src/man | |
| parent | dbf34c5c19f8f5ebfd0a27e5d83ffad57b283b9e (diff) | |
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
Diffstat (limited to 'src/man')
0 files changed, 0 insertions, 0 deletions
