Fixed: Reading in a yang-spec file exactly the same size as the buffer (1024/2048/4096/...) could leave the buffer not terminated with a 0 byte

This commit is contained in:
Olof hagsand 2020-06-18 09:54:51 +02:00
parent 0adcd94f3f
commit fade9dcfd5
3 changed files with 757 additions and 1 deletions

View file

@ -74,6 +74,7 @@ Expected: July 2020
### Corrected Bugs
* Fixed: Reading in a yang-spec file exactly the same size as the buffer (1024/2048/4096/...) could leave the buffer not terminated with a 0 byte
* Fixed: The module `clixon-rfc5277` was always enabled, but should only be enabled when `CLICON_STREAM_DISCOVERY_RFC5277` is enabled.
## 4.5.0