commit | 3deeeeb61b0c5b9b5f0993a67b7967d2f85186da | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Apr 29 09:58:10 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu Apr 30 23:12:39 2015 +0100 |
tree | cc581fa0b192b232abbc92d80264be53cc385379 | |
parent | cb0f400b0cea2d2943f99b1e89c04ff6ed748cd5 [diff] |
Add sanity check to print_bin function Add a sanity check to the print_bin function to ensure that the |off| argument is positive. Thanks to Kevin Wojtysiak (Int3 Solutions) and Paramjot Oberoi (Int3 Solutions) for reporting this issue. Reviewed-by: Andy Polyakov <appro@openssl.org>