You need to sign in or sign up before continuing.
  • R
    Use BUF_strlcpy() instead of strcpy(). · d420ac2c
    Richard Levitte 提交于
    Use BUF_strlcat() instead of strcat().
    Use BIO_snprintf() instead of sprintf().
    In some cases, keep better track of buffer lengths.
    This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
    d420ac2c
dgst.c 11.6 KB