[libvirt] [PATCH v4 0/3] Forbid new-line char in name of networks

Sławek Kapłoński slawek at kaplonski.pl
Wed Oct 19 20:57:45 UTC 2016


v3: http://www.redhat.com/archives/libvir-list/2016-October/msg00627.html

Differences in v4:
* function to check string moved from src/util/virstring to src/util/virxml

Sławek Kapłoński (3):
  util: Add function to check if string contains some illegal chars
  Use new util function to check network name
  Forbid new-line char in name of new networks

 src/conf/network_conf.c     |  5 +----
 src/libvirt_private.syms    |  1 +
 src/network/bridge_driver.c |  3 +++
 src/util/virxml.c           | 28 ++++++++++++++++++++++++++++
 src/util/virxml.h           |  3 +++
 5 files changed, 36 insertions(+), 4 deletions(-)

-- 
2.10.0




More information about the libvir-list mailing list