-
- Downloads
pgcrypto: fix memset() calls that might be optimized away
Specifically, on-stack memset() might be removed, so: * Replace memset() with px_memset() * Add px_memset to copy_crlf() * Add px_memset to pgp-s2k.c Patch by Marko Kreen Report by PVS-Studio Backpatch through 8.4.
Showing
- contrib/pgcrypto/crypt-blowfish.c 3 additions, 2 deletionscontrib/pgcrypto/crypt-blowfish.c
- contrib/pgcrypto/crypt-md5.c 2 additions, 2 deletionscontrib/pgcrypto/crypt-md5.c
- contrib/pgcrypto/fortuna.c 8 additions, 7 deletionscontrib/pgcrypto/fortuna.c
- contrib/pgcrypto/internal-sha2.c 4 additions, 4 deletionscontrib/pgcrypto/internal-sha2.c
- contrib/pgcrypto/internal.c 5 additions, 5 deletionscontrib/pgcrypto/internal.c
- contrib/pgcrypto/mbuf.c 6 additions, 6 deletionscontrib/pgcrypto/mbuf.c
- contrib/pgcrypto/openssl.c 2 additions, 2 deletionscontrib/pgcrypto/openssl.c
- contrib/pgcrypto/pgp-cfb.c 1 addition, 1 deletioncontrib/pgcrypto/pgp-cfb.c
- contrib/pgcrypto/pgp-compress.c 2 additions, 2 deletionscontrib/pgcrypto/pgp-compress.c
- contrib/pgcrypto/pgp-decrypt.c 10 additions, 9 deletionscontrib/pgcrypto/pgp-decrypt.c
- contrib/pgcrypto/pgp-encrypt.c 5 additions, 5 deletionscontrib/pgcrypto/pgp-encrypt.c
- contrib/pgcrypto/pgp-mpi.c 1 addition, 1 deletioncontrib/pgcrypto/pgp-mpi.c
- contrib/pgcrypto/pgp-pgsql.c 3 additions, 3 deletionscontrib/pgcrypto/pgp-pgsql.c
- contrib/pgcrypto/pgp-pubenc.c 3 additions, 3 deletionscontrib/pgcrypto/pgp-pubenc.c
- contrib/pgcrypto/pgp-pubkey.c 4 additions, 4 deletionscontrib/pgcrypto/pgp-pubkey.c
- contrib/pgcrypto/pgp-s2k.c 3 additions, 0 deletionscontrib/pgcrypto/pgp-s2k.c
- contrib/pgcrypto/pgp.c 1 addition, 1 deletioncontrib/pgcrypto/pgp.c
- contrib/pgcrypto/px-crypt.c 1 addition, 1 deletioncontrib/pgcrypto/px-crypt.c
- contrib/pgcrypto/px-hmac.c 4 additions, 4 deletionscontrib/pgcrypto/px-hmac.c
- contrib/pgcrypto/px.c 7 additions, 1 deletioncontrib/pgcrypto/px.c
Loading
Please register or sign in to comment