We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1492dd commit 1d8dfaeCopy full SHA for 1d8dfae
CHANGELOG.md
@@ -5,7 +5,7 @@ Version 357:
5
* Updated SSL examples to verify peer certificate hostname
6
* Improved documentation of `websocket::stream::async_close`
7
* WebSockets: Peer pings are counted as activity for `idle_timeout`
8
-* Fixed out-of-band access issue in `iequals` function
+* Fixed out-of-bounds access in `iequals` function
9
* Removed Boost.Scope dependency from examples
10
* Refactored CMakeLists
11
doc/qbk/release_notes.qbk
@@ -15,7 +15,7 @@
15
16
[*Fixes]
17
18
-* [issue 2962] Fixed out-of-band access issue in `iequals` function
+* [issue 2962] Fixed out-of-bounds access in `iequals` function
19
20
[*Improvements]
21
0 commit comments