Re: Seg-fault in format(text)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Seg-fault in format(text)
Дата
Msg-id 4DDAB5DE.5000801@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Seg-fault in format(text)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 23.05.2011 18:36, Tom Lane wrote:
> Heikki Linnakangas<heikki.linnakangas@enterprisedb.com>  writes:
>> It's a stretch that we'd ever support two billion arguments in any form,
>> but an explicit check for "arg<  0" would make me feel better.
>
> No objection here, especially since I've just determined that bug #6035
> is also some kind of unhandled-overflow problem...

Committed, using your suggested fix. I realized that switching to
strtoul() wouldn't work without some further changes, because the format
string is not null-terminated.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "Martin A. Brooks"
Дата:
Сообщение: Re: BUG #6028: age() function output contracts "months", but not any other units.
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #6028: age() function output contracts "months", but not any other units.