To figure out if we're going outside the buffer, use the size of the buffer,
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Dec 2003 18:01:06 +0000 (18:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Dec 2003 18:01:06 +0000 (18:01 +0000)
commitffe966b0fadbcceb4bb0ac9e1a5a5f1e7c1cb390
tree63b67f37fe3ab387325b2b17868565bb38994811
parentbb3de147b3ea873ec1fadd1381c4ad68dbd667c8
To figure out if we're going outside the buffer, use the size of the buffer,
not the size of the integer used to index in said buffer.

PR: 794
Notified by: Rhett Garber <rhett_garber@hp.com>
crypto/bio/b_print.c