diff --git a/CHANGELOG.md b/CHANGELOG.md index 3218da51..b1c81bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Version 357: * Updated SSL examples to verify peer certificate hostname * Improved documentation of `websocket::stream::async_close` * WebSockets: Peer pings are counted as activity for `idle_timeout` -* Fixed out-of-band access issue in `iequals` function +* Fixed out-of-bounds access in `iequals` function * Removed Boost.Scope dependency from examples * Refactored CMakeLists diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 9ab9fecd..c75febcf 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -15,7 +15,7 @@ [*Fixes] -* [issue 2962] Fixed out-of-band access issue in `iequals` function +* [issue 2962] Fixed out-of-bounds access in `iequals` function [*Improvements]