1. 22 2月, 2019 2 次提交
    • L
      util: set missing data length in virSocketAddrPrefixToNetmask() · abb293a5
      Laine Stump 提交于
      This fixes a bug that has been present since the original version of
      the function was pushed in commit 1ab80f32 on Nov. 26 2010 (by me). The
      virSocketAddr::len was not being set.
      
      Apparently until now we were always calling
      virSocketAddrPrefixToNetmask with virSocketAddr object that was
      already (coincidentally) initialized for the proper address family,
      but the bug became apparent when trying to use it to fill in an
      otherwise uninitialized object.
      Signed-off-by: NLaine Stump <laine@laine.org>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      abb293a5
    • E
      snapshot: Saner use of uuid · c900474e
      Eric Blake 提交于
      Most of the code base is fairly consistent about using the name
      'uuidstr' when dealing with a formatted human-readable form, and
      'uuid' when dealing with the smaller raw bytes form. Fix
      snapshot_conf to comply, as well as reducing the scope of a human
      string to only the error message that needs it.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      c900474e
  2. 21 2月, 2019 3 次提交
  3. 20 2月, 2019 29 次提交
  4. 19 2月, 2019 5 次提交
  5. 18 2月, 2019 1 次提交