[PATCH 0/2] Fix two recently reported bugs

Peter Krempa posted 2 patches 1 year, 5 months ago
Failed in applying to current master (apply log)
src/conf/domain_conf.c | 15 ++++++++-------
src/util/virconf.c     |  6 ++++++
2 files changed, 14 insertions(+), 7 deletions(-)
[PATCH 0/2] Fix two recently reported bugs
Posted by Peter Krempa 1 year, 5 months ago
Peter Krempa (2):
  conf: Don't overwrite KVM feature config struct if the feature is
    present twicea
  virconf: Fix numeric overflow when parsing numbers in conf files

 src/conf/domain_conf.c | 15 ++++++++-------
 src/util/virconf.c     |  6 ++++++
 2 files changed, 14 insertions(+), 7 deletions(-)

-- 
2.46.0
Re: [PATCH 0/2] Fix two recently reported bugs
Posted by Michal Prívozník 1 year, 5 months ago
On 9/6/24 14:31, Peter Krempa wrote:
> Peter Krempa (2):
>   conf: Don't overwrite KVM feature config struct if the feature is
>     present twicea
>   virconf: Fix numeric overflow when parsing numbers in conf files
> 
>  src/conf/domain_conf.c | 15 ++++++++-------
>  src/util/virconf.c     |  6 ++++++
>  2 files changed, 14 insertions(+), 7 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal