Fixed: [Mem error when more multiple uses on top level with multiple statements in grouping](https://github.com/clicon/clixon/issues/583)

This commit is contained in:
Olof hagsand 2024-12-05 15:44:01 +01:00
parent 30f9e174fa
commit 21476c1399
4 changed files with 19 additions and 11 deletions

View file

@ -38,6 +38,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [Mem error when more multiple uses on top level with multiple statements in grouping](https://github.com/clicon/clixon/issues/583)
* Fixed: [Change CLICON_NETCONF_DUPLICATE_ALLOW to remove duplicates](https://github.com/clicon/clixon-controller/issues/160)
* Fixed: Segv in canonical xpath transform
* Fixed: [Error with submodules and feature Interaction](https://github.com/clicon/clixon-controller/issues/158)