No, he means setting the same value twice.  For example, making this change:
    If (r=->n != n) BN_free(r->n);
    If(r->e != e) BN_free(r->e);
    If (r->d != d) BN_free(r->d);

I agree it shouldn't happen, but do we want to protect against that?  I could 
be convinced either way.
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to