
8 Aug
2024
8 Aug
'24
6:38 a.m.
On 8/6/24 09:01, Adam Julis wrote:
The original condition caused (after adding modify option) possibly access to not allocated memory. For consistency added new check for multiple same records.
Resolves: https://gitlab.com/libvirt/libvirt/-/issues/654 Signed-off-by: Adam Julis <ajulis@redhat.com> --- src/conf/network_conf.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal