[Patch] First buffer overflow fixes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [Patch] First buffer overflow fixes
Дата
Msg-id 200407090058.06999.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: [Patch] First buffer overflow fixes  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-odbc
Here's a small round of fixes for buffer overflows.  They are related to
the recent security announcement, namely that the make_string()
function doesn't check the size of the buffer.  The solution is mainly
based on the patch proposed by Martin Pitt at that time, namely to pass
the size of the buffer, but I'm leaning more in favor of dynamically
allocating buffers rather than using fixed-size arrays, so I used that
approach where possible.

Please inspect.  If no one objects I'll install this patch in a few
days.


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

Предыдущее
От: Mark Slagell
Дата:
Сообщение: Re: psqlodbc versioning
Следующее
От: Khushboo Kanjani
Дата:
Сообщение: odbc driver