Re: Extremely poor performance crunching random numbers under PIV-FC5

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

 



Jakub Jelinek wrote:

Hi Jakub -

You need to make sure *randomdataState is zero initialized before calling
initstate_r for the first time.  So, e.g. add
memset (randomdataState, 0, sizeof (*randomdataState));
here.

How can one discover this knowledge? There seems to be no manpage and Google did not describe this as well as it usually does.

-Andy

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux