29 Sep, 2011

1 commit

  • sound_timer.info.name is a 32 character buffer. This function only
    has one caller (in sound/oss/ad1848.c) and it passes as 128 character
    buffer as "name". I don't know if this is a problem in real life,
    and I doubt we're going to add more OSS drivers so it's unlikely to
    become an issue. But we may as well take care of it.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Takashi Iwai

    Dan Carpenter
     

28 Aug, 2010

1 commit


04 Oct, 2006

2 commits


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds