31 Mar, 2011

1 commit


25 Mar, 2011

3 commits


18 Mar, 2011

1 commit


09 Mar, 2011

1 commit


11 Feb, 2011

28 commits


22 Nov, 2010

1 commit


02 Nov, 2010

1 commit

  • I noticed that sound/pci/asihpi/hpicmn.c::hpi_alloc_control_cache() does
    not check the return value from kmalloc(), which may fail.
    If kmalloc() fails we'll dereference a null pointer and things will go bad
    fast.
    There are two memory allocations in that function and there's also the
    problem that the first may succeed and the second may fail and nothing is
    done about that either which will also go wrong down the line.

    Signed-off-by: Jesper Juhl
    Acked-by: Eliot Blennerhassett
    Signed-off-by: Takashi Iwai

    Jesper Juhl
     

28 Aug, 2010

1 commit


29 Jul, 2010

1 commit


28 Jul, 2010

1 commit


16 Jul, 2010

1 commit