1. 10 2月, 2010 3 次提交
    • J
      virAsprintf: remove its warn_unused_result attribute · 658952a3
      Jim Meyering 提交于
      * src/util/util.h (virAsprintf): Remove ATTRIBUTE_RETURN_CHECK, since
      it is perfectly fine to ignore the return value, now that the pointer
      is guaranteed to be set to NULL upon failure.
      * src/util/storage_file.c (absolutePathFromBaseFile): Remove now-
      unnecessary use of ignore_value.
      658952a3
    • J
      absolutePathFromBaseFile: avoid an unnecessary use of assert · e3042683
      Jim Meyering 提交于
      * src/util/storage_file.c (absolutePathFromBaseFile): While this use
      of virAsprintf is slightly cleaner than using stpncpy(stpcpy(...,
      it does impose an artificial limitation on the length of the base_file
      name.  Rather than asserting that it does not exceed INT_MAX, return
      NULL when it does.
      e3042683
    • D
      Escape strings serialized in XML · 69cf62ad
      Daniel Veillard 提交于
      * src/conf/node_device_conf.c: string saved into XML should be escaped
        with the use of virBufferEscapeString()
      69cf62ad
  2. 09 2月, 2010 20 次提交
  3. 06 2月, 2010 1 次提交
  4. 05 2月, 2010 15 次提交
  5. 04 2月, 2010 1 次提交