On 8/6/24 09:01, Adam Julis wrote:
The "modify" command allowed to replace an existing record,
now
checks for the NULL string in the new value and throw error if
found.
Resolves:
https://gitlab.com/libvirt/libvirt/-/issues/655
Signed-off-by: Adam Julis <ajulis(a)redhat.com>
---
src/conf/network_conf.c | 7 +++++++
1 file changed, 7 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal