(TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they
work by allocating a fix amount of stack and imposing a hard limit on what can be allocated. Updated all users of alloca. Rev: src/nettle/bignum-random.c:1.4 Rev: src/nettle/cbc.c:1.8 Rev: src/nettle/dsa-keygen.c:1.7 Rev: src/nettle/hmac.c:1.6 Rev: src/nettle/pkcs1-rsa-md5.c:1.3 Rev: src/nettle/pkcs1-rsa-sha1.c:1.3 Rev: src/nettle/rsa-decrypt.c:1.5 Rev: src/nettle/rsa-encrypt.c:1.8 Rev: src/nettle/sexp.c:1.15
Showing
- bignum-random.c 4 additions, 1 deletionbignum-random.c
- cbc.c 24 additions, 25 deletionscbc.c
- dsa-keygen.c 4 additions, 1 deletiondsa-keygen.c
- hmac.c 7 additions, 3 deletionshmac.c
- pkcs1-rsa-md5.c 6 additions, 2 deletionspkcs1-rsa-md5.c
- pkcs1-rsa-sha1.c 6 additions, 2 deletionspkcs1-rsa-sha1.c
- rsa-decrypt.c 3 additions, 2 deletionsrsa-decrypt.c
- rsa-encrypt.c 3 additions, 2 deletionsrsa-encrypt.c
- sexp.c 4 additions, 3 deletionssexp.c
Loading
Please register or sign in to comment