1. 12 12月, 2009 1 次提交
    • A
      Do not abort on qemu_malloc(0) in production builds · 20ff6c80
      Anthony Liguori 提交于
      qemu_malloc() does not allow size=0 to be passed in and aborts on this behavior.
      
      Unfortunately, there is good reason to believe that within qemu, there are a
      number of, so far, undetected places that assume size=0 can be safely passed.
      Since we do not want to abort unnecessarily in production builds, return
      qemu_malloc(1) whenever the version file indicates that this is a production
      build.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      20ff6c80
  2. 20 5月, 2009 2 次提交
  3. 12 2月, 2009 1 次提交
  4. 06 2月, 2009 2 次提交
  5. 09 11月, 2008 1 次提交
  6. 26 8月, 2008 1 次提交
  7. 22 8月, 2008 1 次提交
  8. 06 8月, 2008 1 次提交
  9. 09 6月, 2008 1 次提交
  10. 08 4月, 2008 1 次提交
  11. 01 2月, 2008 1 次提交
  12. 07 10月, 2007 1 次提交
  13. 17 9月, 2007 1 次提交
  14. 08 4月, 2007 1 次提交
  15. 02 2月, 2007 1 次提交
  16. 31 10月, 2005 1 次提交
  17. 08 11月, 2004 1 次提交