Revision 1d0671b81f18385ee6e73eed12b27fb25f27c67d authored by Dr. Matthias St. Pierre on 21 October 2018, 16:49:19 UTC, committed by Dr. Matthias St. Pierre on 26 October 2018, 06:50:26 UTC
Increase the load buffer size such that it exceeds the chunk size by a comfortable amount. This is done to avoid calling RAND_add() with a small final chunk. Instead, such a small final chunk will be added together with the previous chunk (unless it's the only one). Related-to: #7449 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7456)
1 parent 13ce862
File | Mode | Size |
---|---|---|
basic_output.c | -rw-r--r-- | 1.3 KB |
cb.c | -rw-r--r-- | 477 bytes |
driver.c | -rw-r--r-- | 7.5 KB |
format_output.c | -rw-r--r-- | 16.7 KB |
init.c | -rw-r--r-- | 395 bytes |
main.c | -rw-r--r-- | 2.3 KB |
output.h | -rw-r--r-- | 1.1 KB |
output_helpers.c | -rw-r--r-- | 701 bytes |
stanza.c | -rw-r--r-- | 3.9 KB |
tap_bio.c | -rw-r--r-- | 4.0 KB |
test_cleanup.c | -rw-r--r-- | 384 bytes |
tests.c | -rw-r--r-- | 16.0 KB |
tu_local.h | -rw-r--r-- | 2.2 KB |

Computing file changes ...