rpc_callback_call(): Check if nrp parameter is NULL to avoid SEGV

This commit is contained in:
Olof hagsand 2021-12-05 12:34:59 +01:00
parent 478911d0f5
commit 854958b5e8
2 changed files with 9 additions and 5 deletions

View file

@ -35,11 +35,14 @@
## 5.5.0
Planned: January, 2022
### Corrected Bugs
### Minor features
* Changed typo `configure --with-yang-standard-installdir` to `configure --with-yang-standard-dir`
* Changed typo `configure --with-yang-standard-installdir` to `configure --with-yang-standard-dir
`
### Corrected Bugs
* rpc_callback_call(): Check if nrp parameter is NULL to avoid SEGV
## 5.4.0
30 November, 2021