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

Re: bug in toolchain on alpha?



>>>>> "Christopher" == Christopher C Chimelis <chris@debian.org> writes:
    Christopher> What is being stored at being stored at *mpRNG
    Christopher> anyway?

A pointer to a random number generator used to provide IVs to the
varous crypto routines (ElGamal key pair creation in this case).  The
method signature looks like this:

  ElGamalSigPrivateKey::ElGamalSigPrivateKey(RandomNumberGenerator &rng, 
        unsigned int pbits)

If the gdb output is correct, essentially the stack frame is being
misassligned or corrupted.

-- 
Stephen

"And what do we burn apart from witches?"... "More witches!"



Reply to: