Skip to content

Commit

Permalink
do not clear the arena relocator callback
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Jun 2, 2024
1 parent d6063d2 commit fbb3a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Most of the changes are from the giant Parser refactor described below. Before g
- [#PR431](https://github.com/biojppm/rapidyaml/pull/431) - Fix `_RYML_CB_ALLOC()` using `(T)` in parenthesis, making the macro unusable.
- [#PR433](https://github.com/biojppm/rapidyaml/pull/433):
- Fix some corner cases causing read-after-free in the tree's arena when it is relocated while filtering scalar.
- Improve YAML error conformance and - detect YAML-mandated parse errors when:
- Improve YAML error conformance - detect YAML-mandated parse errors when:
- directives are misplaced (eg [9MMA](https://matrix.yaml.info/details/9MMA.html), [9HCY](https://matrix.yaml.info/details/9HCY.html), [B63P](https://matrix.yaml.info/details/B63P.html), [EB22](https://matrix.yaml.info/details/EB22.html), [SF5V](https://matrix.yaml.info/details/SF5V.html)).
- comments are misplaced (eg [MUS6/00](https://matrix.yaml.info/details/MUS6:00.html), [9JBA](https://matrix.yaml.info/details/9JBA.html), [SU5Z](https://matrix.yaml.info/details/SU5Z.html))
- a node has both an anchor and an alias (eg [SR86](https://matrix.yaml.info/details/SR86.html), [SU74](https://matrix.yaml.info/details/SU74.html)).
Expand Down

0 comments on commit fbb3a16

Please sign in to comment.