mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
Add checks for invalid UTF-8 sequences, see: https://svn.boost.org/trac/boost/ticket/9473
This commit is contained in:
@ -59,6 +59,13 @@
|
||||
Fixed bug in collation code that failed if the locale generated collation
|
||||
strings with embedded nul's, see <a href="https://svn.boost.org/trac/boost/ticket/9451" target="_top">#9451</a>.
|
||||
</li>
|
||||
<li class="listitem">
|
||||
Apply patch for unusual thread usage (no statically initiallized mutexes),
|
||||
see <a href="https://svn.boost.org/trac/boost/ticket/9461" target="_top">#9461</a>.
|
||||
</li>
|
||||
<li class="listitem">
|
||||
Added better checks for invalid UTF-8 sequences, see <a href="https://svn.boost.org/trac/boost/ticket/9473" target="_top">#9473</a>.
|
||||
</li>
|
||||
</ul></div>
|
||||
<h5>
|
||||
<a name="boost_regex.background_information.history.h1"></a>
|
||||
|
Reference in New Issue
Block a user