Re: patch contrib/pgcrypto for win32 (2) - bug report

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch contrib/pgcrypto for win32 (2) - bug report
Дата
Msg-id 2301.1102350745@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch contrib/pgcrypto for win32 (2) - bug report  ("Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr>)
Список pgsql-patches
"Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr> writes:
> this bug is only for win32 system.
> On mingw32 random() function have to be initialized by srandom().
> so, I put srandom(time(NULL)) line.

But there is already an srandom() call during backend startup.

> Because random() function return integer (2byte), this return integer number need filtering.
> so, I changed random() % 255 line.

But the value will automatically be converted to a single byte when it's
stored into a uint8 variable.

> plz, check and properly fix this bug.

I see no bug here.

            regards, tom lane

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

Предыдущее
От: "Korea PostgreSQL Users' Group"
Дата:
Сообщение: Re: patch contrib/pgcrypto for win32 (2) - bug report
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: patch contrib/pgcrypto for win32 (2) - bug report