mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
1b3e2bbf64
This allows the caller to guarantee that there is sufficient space for a number of insertions without reallocation. The expansion ratio when reallocating the array is reduced to 1.5 rather than 2. Change bounds testing to use a single size rather than both INT_MAX and SIZE_MAX. This simplifies some of the tests. Switch the stack pointers to data from char * to void * Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4386) |
||
---|---|---|
.. | ||
perl | ||
build.info | ||
ck_errf.pl | ||
copy.pl | ||
dofile.pl | ||
find-doc-nits | ||
find-unused-errs | ||
indent.pro | ||
libcrypto.num | ||
libssl.num | ||
local_shlib.com.in | ||
mkbuildinf.pl | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
private.num | ||
process_docs.pl | ||
shlib_wrap.sh.in | ||
su-filter.pl | ||
unlocal_shlib.com.in |