[libvirt] [PATCH v2 0/2] Clean up the nwfilter mess I created

John Ferlan jferlan at redhat.com
Fri Sep 29 20:02:48 UTC 2017


v1: https://www.redhat.com/archives/libvir-list/2017-September/msg01072.html

Changes:

 * Patch1: No change, ACK'd, but not safe to push yet either..

 * Patch2: Rather than have virNWFilterIPAddrMapAddIPAddr consume
           the input @addr, let's make a copy of the input parameter
           and manage it within that code so that it wouldn't be
           consumed on virNWFilterHashTablePut failure after
           virNWFilterVarValueCreateSimple success.

John Ferlan (2):
  Revert "nwfilter: Fix possible segfault on sometimes consumed
    variable"
  nwfilter: Don't have virNWFilterIPAddrMapAddIPAddr consume input

 src/conf/nwfilter_ipaddrmap.c     | 16 +++++++++-------
 src/nwfilter/nwfilter_dhcpsnoop.c |  3 ---
 2 files changed, 9 insertions(+), 10 deletions(-)

-- 
2.13.5




More information about the libvir-list mailing list