Fixed: SEGV when using NETCONF get filter xpath and non-existent key

* eg `select="/ex:table[ex:non-exist='a']`
This commit is contained in:
Olof hagsand 2022-11-01 11:13:40 +01:00
parent 56f4bb45cc
commit e3d621c66d
3 changed files with 18 additions and 4 deletions

View file

@ -83,6 +83,8 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: SEGV when using NETCONF get filter xpath and non-existent key
* eg `select="/ex:table[ex:non-exist='a']`
* Fixed: [CLI Show config JSON with multiple top-level elements is broken](https://github.com/clicon/clixon/issues/381)
* Fixed: [Non-obvious behavior of clixon_snmp after snmpset command when transaction validation returns an error](https://github.com/clicon/clixon/issues/375)
* Fixed by validating writes on ACTION instead of COMMIT since libnetsnmp seems not to accept commit errors