summaryrefslogtreecommitdiffstats
path: root/test/ectest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-04 10:35:08 +0100
committerMatt Caswell <matt@openssl.org>2015-06-10 10:40:50 +0100
commitb8b12aadd8edfd3bd327157c8899b1cf3403177f (patch)
tree2b8e5fb28fffb6b9049cae0934ddb28c38520346 /test/ectest.c
parent54e3ad003bdf83f189b2bf17fb998c028d39c8eb (diff)
Change BIO_number_read and BIO_number_written() to be 64 bit
The return type of BIO_number_read() and BIO_number_written() as well as the corresponding num_read and num_write members in the BIO structure has been changed from unsigned long to uint64_t. On platforms where an unsigned long is 32 bits (e.g. Windows) these counters could overflow if >4Gb is transferred. With thanks to the Open Crypto Audit Project for reporting this issue. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ectest.c')
0 files changed, 0 insertions, 0 deletions