From ac32455ff3ccbfdb3e896c635f694b9d75a06bab Mon Sep 17 00:00:00 2001 From: Bo Date: Mon, 31 Dec 2018 05:56:25 -0500 Subject: [PATCH] docs --- CHANGELOG.md | 2 +- docs/0.7.x/fio.html | 106 ++++++++++++++++++++++++++++++++++------ docs/0.7.x/fio_tls.html | 45 ++++++++++++----- docs/changelog.html | 17 +++++++ 4 files changed, 142 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cdc326..0273084c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ **BREAK**: (`fio_tls`) breaking API changes to the SSL/TLS API, adding support for password protected private key files. *Note*: The TLS API is still fragile and should only be considered stable once version 0.7.0 is released with SSL/TLS support. -**Security** / **Fix**: (`http`) fixed an issue with the HTTP/1.1 parser, where maliciously crafted white-space data could cause a segmentation fault, resulting an DoS. +**Security** / **Fix**: (`http`) fixed an issue with the HTTP/1.1 parser, where maliciously crafted white-space data could cause a segmentation fault, resulting in a potential DoS. **Fix**: (`fio`) fixed an issue exposed by implementing the TLS layer, where the highet `fd` for a connection that wasn't assigned a `protocol_s` object immediately after the connection was opened, might avoid timeout review or avoid cleanup during shutdown (which will be marked as a memory leak). diff --git a/docs/0.7.x/fio.html b/docs/0.7.x/fio.html index 91b92f8e..8743b82a 100644 --- a/docs/0.7.x/fio.html +++ b/docs/0.7.x/fio.html @@ -253,6 +253,9 @@

The FIOBJ types

fio_rw_hook_set
  • +fio_rw_hook_replace_unsafe +
  • +
  • FIO_DEFAULT_RW_HOOKS
  • @@ -488,6 +491,9 @@

    The FIOBJ types

    FIO_STR_INIT_STATIC
  • +FIO_STR_INIT_STATIC2 +
  • +
  • fio_str_new2
  • @@ -608,6 +614,9 @@

    The FIOBJ types

    Dynamic Arrays