CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2022/11/23 01:58:34

Modified files:
        regress/lib/libcrypto/bn/general: bn_unit.c 

Log message:
bn_unit: appease coverity

Apparently, the '0' in memset(a, '0', size - 1); could be a typo for '\0'.
Randomize the decimal digit to make the intent clear.

CID 377009

Reply via email to