Re: fix for palloc() of user-supplied length

Поиск
Список
Период
Сортировка
От Serguei Mokhov
Тема Re: fix for palloc() of user-supplied length
Дата
Msg-id 1030507946.3d6c4daa4fc22@mailhost.cs.concordia.ca
обсуждение исходный текст
Ответ на Re: fix for palloc() of user-supplied length  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
I wrote:

> > I've attached a revised patch that includes the additional check Tom
> > suggested (len < 1). Unless anyone else steps forward, I'm inclined to
>
> +         if (len < 1 || len > 8192)
> +         {
> +                 elog(LOG, "Password packet length too long: %d", len);
>                                                     ^^^^^^^^
> Shouldn't it be changed to 'too long || too long' then? ;)

A typo: [too short or too short] :)

--
Serguei A. Mokhov, <mailto: mokhov @ cs.concordia.ca>
Computer Science, Concordia University

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

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

Предыдущее
От: "Karim Mribti"
Дата:
Сообщение: PostgreSQL spanish translation.
Следующее
От: Manfred Koizar
Дата:
Сообщение: Visibility regression test