Searched refs:growth (Results 1 – 4 of 4) sorted by relevance
77 Hash table growth is inhibited. init_bucket_len should be set to an285 already present, -1 on fatal errors (memory allocation or growth not allowed).
2230 size_t new_sz, growth; in sstream_ensure_spare() local2235 growth = spare_ - avail; in sstream_ensure_spare()2236 if (cur_sz + growth > MAX_WRITE_BUF_SIZE) in sstream_ensure_spare()2239 new_sz = cur_sz + growth; in sstream_ensure_spare()
283 * Fixed unbounded memory growth with session handling in TLSv1.3771 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])889 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])990 * OCSP Status Request extension unbounded memory growth ([CVE-2016-6304])
541 unbounded memory growth when processing TLSv1.3 sessions. An attacker may542 exploit certain server configurations to trigger unbounded memory growth that1285 unlimited growth.5011 * OCSP Status Request extension unbounded memory growth5016 memory growth on the server. This will eventually lead to a Denial Of6699 * OCSP Status Request extension unbounded memory growth6704 memory growth on the server. This will eventually lead to a Denial Of7900 * OCSP Status Request extension unbounded memory growth7905 memory growth on the server. This will eventually lead to a Denial Of
Completed in 59 milliseconds