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:03 +0000 (18:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Dec 2003 18:01:03 +0000 (18:01 +0000)
commita2b0de98af8ca4de5fd27484f4925cdc351a9020
treea360d71c67af1c1a5c5645c20cf6880e0d66a081
parent4775944f8138a52660f4511fcd5e75b0dbd0a409
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