Make the boundary check less strict as per RFC2046

This commit is contained in:
Victor Hora
2018-11-14 15:25:27 -05:00
committed by Felipe Zimmerle
parent ecad8c6c7e
commit b638e523af
3 changed files with 71 additions and 34 deletions

View File

@@ -1,7 +1,9 @@
v3.0.4 - YYYY-MMM-DD (to be released)
-------------------------------------
* Fix buffer size for utf8toUnicode transformation
- Make the boundary check less strict as per RFC2046
[Issue #1943 - @victorhora, @allanbomsft]
- Fix buffer size for utf8toUnicode transformation
[Issue #1208 - @katef, @victorhora]