2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-31 08:12:30 +00:00
Files
log/doc
Andrey Semashev 269cedff6c Added a workaround for std::codecvt::do_length bug in libstdc++.
Apparently, std::codecvt::do_length in libstdc++ from gcc 11.2 accesses
input characters outside the input range if max is specified larger than
the input range. This causes buffer overflow and a crash. Use the input
range size as the max limit, which should have the same effect as the
previous hardcoded limit.

gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105857
2022-06-05 18:29:30 +03:00
..
2015-01-25 17:32:33 +03:00
2013-04-13 12:30:25 +00:00
2013-04-13 12:30:25 +00:00
2015-01-25 17:32:33 +03:00
2014-01-19 16:04:31 +04:00
2014-01-19 16:44:26 +04:00
2015-01-25 17:32:33 +03:00
2018-06-01 14:06:24 +03:00
2015-01-25 17:32:33 +03:00