1. 29 1月, 2015 1 次提交
  2. 29 10月, 2013 1 次提交
    • T
      ALSA: ak4114: Fix wrong register array size · e12483e0
      Takashi Iwai 提交于
      The size of the register cache array is actually 6 instead of 7,
      as it caches up to AK4114_REG_INT1_MASK.  This resulted in unexpected
      access out of array range, although most of them aren't so serious
      (just reading one more byte on the stack at snd_ak4114_create()).
      
      Also, the check of cache size was wrongly done by checking with
      sizeof() instead of ARRAY_SIZE().  Fixed this together.
      
      (And yes, hardcoded numbers are bad, but I keep the coding style as is
       for making it clear what this patch actually does.)
      
      Spotted by coverity among several CIDs, e.g. 711621.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e12483e0
  3. 21 9月, 2009 1 次提交
  4. 24 4月, 2008 1 次提交
  5. 16 10月, 2007 1 次提交
  6. 11 5月, 2007 2 次提交
  7. 09 2月, 2007 2 次提交
  8. 22 11月, 2006 1 次提交
  9. 03 1月, 2006 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4