Re: Bug in numeric multiplication

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in numeric multiplication
Дата
Msg-id 29374.1447771383@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in numeric multiplication  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Bug in numeric multiplication
Список pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> I just noticed that div_var_fast() has almost identical code, and so
> in principle it has the same vulnerability, although it obviously only
> affects the transcendental functions.
> I don't actually have a test case that triggers it, but it's basically
> the same algorithm, so logically it needs the same additional headroom
> to avoid a possible overflow.

Hm, good point.  I don't feel a compulsion to have a test case that
proves it's broken before we fix it.  Do you want to send a patch?
        regards, tom lane



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [PATCH] better systemd integration
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Extracting fields from 'infinity'::TIMESTAMP[TZ]