1. 07 1月, 2014 1 次提交
  2. 16 12月, 2013 6 次提交
  3. 14 12月, 2013 1 次提交
  4. 13 12月, 2013 2 次提交
    • S
      block/vvfat: Fix compiler warnings for OpenBSD · f671d173
      Stefan Weil 提交于
      The buildbot shows these compiler warnings:
      
      block/vvfat.c: In function 'create_short_and_long_name':
      block/vvfat.c:620: warning: array size (8) smaller than bound length (11)
      block/vvfat.c:620: warning: array size (8) smaller than bound length (11)
      block/vvfat.c:635: warning: array size (8) smaller than bound length (11)
      block/vvfat.c:635: warning: array size (8) smaller than bound length (11)
      
      They are caused by tricky code where 8 characters for the name are followed
      by 3 characters for the extension, and some operations touch both name and
      extension.
      
      Using an 11 character name which includes the extension fixes the compiler
      warning, satisfies cppcheck, valgrind and maybe other static and dynamic
      code checkers, and even simplifies some parts of the code.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      f671d173
    • L
      sheepdog: check if '-o redundancy' is passed from user · a3120dee
      Liu Yuan 提交于
      This fix a segfault (that is caused by b3af018f) of following command:
      
      $ qemu-img convert some_img sheepdog:some_img
      
      Cc: qemu-devel@nongnu.org
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NLiu Yuan <namei.unix@gmail.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      a3120dee
  5. 09 12月, 2013 1 次提交
  6. 06 12月, 2013 1 次提交
  7. 05 12月, 2013 2 次提交
  8. 04 12月, 2013 3 次提交
  9. 03 12月, 2013 11 次提交
  10. 30 11月, 2013 2 次提交
  11. 29 11月, 2013 7 次提交
  12. 28 11月, 2013 3 次提交