Fixed: XPath evaluation of two nodes reverted to strcmp even if both were numbers

This commit is contained in:
Olof hagsand 2022-12-22 16:40:53 +01:00
parent ffe918dd0e
commit b67ef69b7f
2 changed files with 149 additions and 33 deletions

View file

@ -147,6 +147,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: XPath evaluation of two nodes reverted to strcmp even if both were numbers
* Fixed: [Yang identityref XML encoding is not general](https://github.com/clicon/clixon/issues/90)
* Revisiting this issue now seems to work, there are no regressions that fail when disabling IDENTITYREF_KLUDGE.
* Fixed several xpath crashes discovered by unit xpath fuzzing