[libvirt] [PATCH 0/2] virmacmap: Fix crash
by Michal Privoznik
I was notified about a virmacmaptest crash that happens on FreeBSD.
Interestingly, the problem occurs on Linux too, but for some reason
the process is not getting SIGSEGV.
Michal Privoznik (2):
virmacmap: Fix variable handling
virmacmap: Don't use hash table dataFree callback
src/util/virmacmap.c | 32 ++++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 deletions(-)
--
2.11.0
7 years, 10 months
[libvirt] [PATCH] maint: update to latest gnulib
by Michal Privoznik
Required for the copyright year bump to keep 'make syntax-check'
happy, and also pulls in several portability fixes.
* .gnulib: Update to latest.
* bootstrap: Resync from upstream.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
Pushed under gnulib-free-to-push rule.
.gnulib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gnulib b/.gnulib
index c3b131294..e210a3cba 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit c3b131294aa42b7997cc9b9a0bbb2934aa27fd6c
+Subproject commit e210a3cbaec0ee82a67ff8fc427e21bdd64dba1b
--
2.11.0
7 years, 10 months
[libvirt] [PATCH] maint: Update to latest gnulib
by Andrea Bolognani
In particular, this fixes the
./.gnulib/lib/version-etc.c
maint.mk: out of date copyright in ./.gnulib/lib/version-etc.c; update it
maint.mk:1196: recipe for target 'sc_copyright_check' failed
error when running 'make syntax-check' in 2017.
---
.gnulib | 2 +-
bootstrap | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gnulib b/.gnulib
index c3b1312..e210a3c 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit c3b131294aa42b7997cc9b9a0bbb2934aa27fd6c
+Subproject commit e210a3cbaec0ee82a67ff8fc427e21bdd64dba1b
diff --git a/bootstrap b/bootstrap
index 5d3c289..26066b2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2016-11-03.18; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
--
2.7.4
7 years, 10 months