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

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

> 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? ;)

And also for the message to be more descriptive for the innocent, I'd included
the current boundaries in it (like: "expected: 1 <= len <= 8192")
(a question: isn't hardcoding an evil?)

But I guess it's not a must-to-do on your list :)

--
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