fix bug when heredoc_identifier length exceeds CHAR_MAX

This commit is contained in:
mhoffm
2021-06-27 22:27:21 +02:00
parent 122818e4df
commit 29bb003f95
3 changed files with 26 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ fix:
* allow empty template interpolations
* allow empty templates
* fix bug in serializer when the `context_stack.size()` exceeds `CHAR_MAX`
* fix bug in serializer when the `heredoc_identifier.size()` exceeds `CHAR_MAX`
quality:
* add fuzzing