Fixed deserialization of \u0000 (issue #1646)

This commit is contained in:
Benoit Blanchon
2021-08-31 13:58:27 +02:00
parent 669bad27d4
commit 956e4a7cbb
4 changed files with 41 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ HEAD
* Fixed error `'dummy' may be used uninitialized` on GCC 11
* Fixed error `expected unqualified-id before 'const'` on GCC 11 (issue #1622)
* Filter: exact match takes precedence over wildcard (issue #1628)
* Fixed deserialization of `\u0000` (issue #1646)
v6.18.3 (2021-07-27)
-------