1. 02 10月, 2018 11 次提交
  2. 20 9月, 2018 16 次提交
  3. 14 9月, 2018 1 次提交
  4. 13 9月, 2018 1 次提交
  5. 11 9月, 2018 1 次提交
  6. 10 9月, 2018 1 次提交
  7. 05 9月, 2018 1 次提交
  8. 04 9月, 2018 7 次提交
  9. 03 9月, 2018 1 次提交
    • T
      ALSA: rawmidi: Initialize allocated buffers · 5a7b44a8
      Takashi Iwai 提交于
      syzbot reported the uninitialized value exposure in certain situations
      using virmidi loop.  It's likely a very small race at writing and
      reading, and the influence is almost negligible.  But it's safer to
      paper over this just by replacing the existing kvmalloc() with
      kvzalloc().
      
      Reported-by: syzbot+194dffdb8b22fc5d207a@syzkaller.appspotmail.com
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5a7b44a8