secp256k1/contrib
Tim Ruffing ec8f20babd Avoid out-of-bound pointers and integer overflows in size comparisons
This changes pointer calculations in size comparions to a form that
ensures that no out-of-bound pointers are computed, because even their
computation yields undefined behavior.
Also, this changes size comparions to a form that ensures that neither
the left-hand side nor the right-hand side can overflow.
2019-05-23 15:22:29 +02:00
..
lax_der_parsing.c Avoid out-of-bound pointers and integer overflows in size comparisons 2019-05-23 15:22:29 +02:00
lax_der_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00
lax_der_privatekey_parsing.c Turn secp256k1_ec_pubkey_serialize outlen to in/out 2015-11-05 06:01:56 +01:00
lax_der_privatekey_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00