1. 31 Jan, 2011 2 commits
  2. 28 Jan, 2011 1 commit
  3. 26 Jan, 2011 1 commit
  4. 25 Jan, 2011 6 commits
  5. 22 Jan, 2011 1 commit
    • Jesper Juhl's avatar
      ALSA: Xonar, CS43xx: Don't overrun static array · 233d84c4
      Jesper Juhl authored
      'cs4398_regs' in 'struct xonar_cs43xx' is an array of 'u8' with a size of
      8. So, this code in sound/pci/oxygen/xonar_cs43xx.c::dump_d1_registers()
      
          		for (i = 2; i <= 8; ++i)
      	  			snd_iprintf(buffer, " %02x", data->cs4398_regs[i]);
      
      will overrun the array when 'i == 8'.
      
      I guess that what's needed to fix it is the trivial patch below, but I
      must admit that I have no idea about this code, so I may very well be
      wrong. Additionally, I have no way to actually test this, so all I know is
      that the below compiles. Someone who actually knows this code should take
      a look before anything is comitted - consider the below (not much more
      than) a bug report.
      Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
      Acked-by: Clemens Ladisch <clemens@ladisch.de
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      233d84c4
  6. 21 Jan, 2011 4 commits
  7. 20 Jan, 2011 2 commits
  8. 19 Jan, 2011 6 commits
  9. 18 Jan, 2011 17 commits