Skip to content
  • Niels Möller's avatar
    (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they · 21ee1904
    Niels Möller authored
    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
    21ee1904