https://issues.apache.org/bugzilla/show_bug.cgi?id=31440
--- Comment #13 from Boya Sun <[email protected]> 2009-08-27 10:43:35 PDT --- Hi All, In support/htdbm.c, there are code segments which are very similar to the bug being solved in htpasswd.c, where "srand" is changed to "seed_rand". However, in the file support/htdbm.c, under "case ALG_APMD5:" and "case ALG_CRYPT:", "srand" function is still in use. But according to this bug, shouldn't "srand" be also changed to "seed_rand"? The patch is against revision 806655, but I think probably more details are needed to really fix the bug if there is really a problem. Boya -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
