[Bug 225333] Re: Should use /dev/urandom instead of /dev/random
Andrew Pollock
apollock at google.com
Fri May 2 20:01:41 BST 2008
The problem was fixed in 2.1.22-0~pre04 in Debian, and all versions
after Dapper are okay.
** Description changed:
libsasl2 in Dapper is configured to use /dev/random. As systems can run
out of entropy, this can cause applications that use libsasl2 to block.
Subsequent versions of libsasl2 (since 2.1.22-0~pre04) have been
configured to use /dev/urandom instead.
+
+ TEST CASE:
+
+ Dapper:
+ apollock at apollock:~$ strings /usr/lib/libsasl2.so | grep random
+ /dev/random
+
+ Hardy:
+ apollock at procrastination:~$ strings /usr/lib/libsasl2.so | grep random
+ /dev/urandom
--
Should use /dev/urandom instead of /dev/random
https://bugs.launchpad.net/bugs/225333
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list