Reject decoding of an INT64 with a value >INT64_MAX
authorMatt Caswell <matt@openssl.org>
Mon, 10 Apr 2017 16:33:29 +0000 (17:33 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Apr 2017 14:34:04 +0000 (15:34 +0100)
commit376dc4e06b4936ff0c9c53b8f53795d0b3774ab3
tree02a24135beb2b2e0c8f9a0ee91934ca287fefaca
parenta504540fcbc779e7e2b855dccaae9e4d7156c88d
Reject decoding of an INT64 with a value >INT64_MAX

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3159)
(cherry picked from commit 0856e3f167964f58c26796331eab9d8b0a883921)
crypto/asn1/x_int64.c