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

Поиск
Список
Период
Сортировка
Искать
От
Korea PostgreSQL Users' Group
Тема
Re: patch contrib/pgcrypto for win32 (2) - bug report
Дата
Msg-id
001a01c4dbaf$40862770$cdcb56dc@paolo.net
Список
Дерево обсуждения
patch contrib/pgcrypto for win32 (2) "Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr>
Re: patch contrib/pgcrypto for win32 (2) Tom Lane <tgl@sss.pgh.pa.us>
Re: patch contrib/pgcrypto for win32 (2) Marko Kreen <marko@l-t.ee>
Re: patch contrib/pgcrypto for win32 (2) Tom Lane <tgl@sss.pgh.pa.us>
Re: patch contrib/pgcrypto for win32 (2) Marko Kreen <marko@l-t.ee>
Re: patch contrib/pgcrypto for win32 (2) Andrew Dunstan <andrew@dunslane.net>
this bug is only for win32 system.

On mingw32 random() function have to be initialized by srandom().
so, I put srandom(time(NULL)) line.
and,
Because random() function return integer (2byte), this return integer number need filtering.
so, I changed random() % 255 line.

on win32, original code gen_salt() function allways returned "$1$/2E./2E.".
this string made by same return value by random() function. (sorry, I can't express in good English)

plz, check and properly fix this bug.

I tried "& 255" operation. but this bug is still.
В списке pgsql-patches по дате отправления
От: Tom Lane
Дата:
От: Tom Lane
Дата:
FAQ