Skip to content

Commit 68d6401

Browse files
Boost.URL 1.92 release notes (#650)
1 parent 2c0de91 commit 68d6401

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

release-notes/boost_1_92_0.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ handling of rewritten relational operators (boost_gh:pr[icl,54]).
176176
** Fixed a performance issue with closed-addressing containers when rehashing at very large
177177
container sizes (boost_gh:pr[unordered,348]). Contributed by Daniel Král.
178178

179+
* boost_phrase:library[URL,/libs/url/]:
180+
** Fixed a heap buffer overflow in `normalize_path` for authority-less URLs whose normalized path begins with `//` (boost_gh:pr[url,995]).
181+
** Fixed an uninitialized read in `ipv6_address_rule` when an embedded IPv4 address has no preceding `h16`, e.g. `https://[::.` (boost_gh:pr[url,994]).
182+
** Fixed unsigned-integer-overflow sanitizer findings in case-insensitive comparisons, hashing, and `format` (boost_gh:pr[url,994]).
183+
** Fixed decoded query-size tracking in `url_base::edit_params` (boost_gh:pr[url,990]).
184+
** Third-round security review fixes: `url_view` copy from a null source, two incorrect `noexcept` specifiers, and decoded-length tracking when iterating segments in reverse (boost_gh:pr[url,988]).
185+
179186
== Updated Tools
180187

181188
* boost_phrase:library[B2,/tools/build/]:

0 commit comments

Comments
 (0)