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@xxxxxxxxxx> > --- > src/conf/network_conf.c | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal