Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sbin




On Apr 22, 2004, at 12:58 AM, Klaus Klein wrote:

-       ident = htons(getpid()) & 0xFFFF;
+       ident = htons(arc4random() & 0xFFFF);

Is there really a need to byte swap a random value??

        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>

Attachment: PGP.sig
Description: This is a digitally signed message part



Home | Main Index | Thread Index | Old Index