
8 Aug
2024
8 Aug
'24
12:38 p.m.
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@redhat.com> --- src/conf/network_conf.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal