1. 30 11月, 2012 1 次提交
  2. 21 11月, 2012 2 次提交
  3. 15 11月, 2012 1 次提交
  4. 29 9月, 2012 4 次提交
  5. 12 9月, 2012 1 次提交
    • S
      ide: Fix error messages from static code analysis (no real error) · 1e53537f
      Stefan Weil 提交于
      Report from smatch:
      hw/ide/core.c:1472 ide_exec_cmd(423) error: buffer overflow 'smart_attributes' 8 <= 29
      hw/ide/core.c:1474 ide_exec_cmd(425) error: buffer overflow 'smart_attributes' 8 <= 29
      hw/ide/core.c:1475 ide_exec_cmd(426) error: buffer overflow 'smart_attributes' 8 <= 29
      ...
      
      The upper limit of 30 was never reached because both for loops terminated
      when 'smart_attributes' reached end of list, so there was no real buffer
      overflow.
      
      Nevertheless, changing the code not only fixes the error report, but also
      reduces the size of smart_attributes and simplifies the for loops.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      1e53537f
  6. 17 7月, 2012 9 次提交
  7. 20 6月, 2012 1 次提交
  8. 15 6月, 2012 1 次提交
  9. 03 5月, 2012 1 次提交
    • A
      ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop · d5b406d9
      Alexander Graf 提交于
      When using Windows 8 with an AHCI disk drive, it issues a blue screen.
      The reason is that WIN_SECURITY_FREEZE_LOCK / CFA_WEAR_LEVEL is not
      supported by our ATA implementation, but Windows expects it to be there.
      
      Since without security stuff implemented, the lock would be a nop anyway
      and CFA_WEAR_LEVEL already is treated as a nop, let's just allow the cmd
      for HD drives as well. That way Windows is happy.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      d5b406d9
  10. 19 4月, 2012 2 次提交
  11. 05 4月, 2012 6 次提交
  12. 29 2月, 2012 1 次提交
  13. 23 2月, 2012 2 次提交
  14. 16 12月, 2011 1 次提交
  15. 15 12月, 2011 2 次提交
  16. 06 12月, 2011 1 次提交
  17. 11 11月, 2011 1 次提交
  18. 29 10月, 2011 2 次提交
  19. 11 10月, 2011 1 次提交