BUG #1189: unbounded string copy in postmaster

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1189: unbounded string copy in postmaster
Дата
Msg-id 20040707171523.9D8B5CF4D25@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1189: unbounded string copy in postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1189
Logged by:          George Gal

Email address:      ggal@vsecurity.com

PostgreSQL version: 7.4

Operating system:   FreeBSD 5.2 (Current)

Description:        unbounded string copy in postmaster

Details:

Looks like the -o command line option doesn't perform any bounds checking on
the option before copying to the ExtraOptions[1024] char array. [line 529 of
postmaster.c]

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #1188: evaluation order of select seems to be wrong
Следующее
От: David Newall
Дата:
Сообщение: Improper processing of random values in sub-queries