1. 10 2月, 2010 17 次提交
  2. 09 2月, 2010 20 次提交
  3. 06 2月, 2010 1 次提交
  4. 05 2月, 2010 2 次提交
    • J
      (absolutePathFromBaseFile): fix up preceding commit · c3e73528
      Jim Meyering 提交于
      When configured with --enable-gcc-warnings, it didn't even compile.
      * src/util/storage_file.c: Include <assert.h>.
      (absolutePathFromBaseFile): Assert that converting size_t to int is valid.
      Reverse length/string args to match "%.*s".
      Explicitly ignore the return value of virAsprintf.
      c3e73528
    • J
      absolutePathFromBaseFile: don't leak when first arg contains no "/" · 53b7dae1
      Jim Meyering 提交于
      * src/util/storage_file.c: Include "dirname.h".
      (absolutePathFromBaseFile): Rewrite not to leak, and to require
      fewer allocations.
      * bootstrap (modules): Add dirname-lgpl.
      * .gnulib: Update submodule to the latest.
      53b7dae1