commit | cb0f400b0cea2d2943f99b1e89c04ff6ed748cd5 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Apr 28 15:28:23 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu Apr 30 23:12:39 2015 +0100 |
tree | fd42bbb109132bccf101826d57c6e574f7dc9e90 | |
parent | c427570e5098e120cbcb66e799f85c317aac7b91 [diff] |
Add sanity check to ssl_get_prev_session Sanity check the |len| parameter to ensure it is positive. Thanks to Kevin Wojtysiak (Int3 Solutions) and Paramjot Oberoi (Int3 Solutions) for reporting this issue. Reviewed-by: Andy Polyakov <appro@openssl.org>