• Andrew Morton's avatar
    [PATCH] reiserfs: fix null pointer deref · 82106056
    Andrew Morton authored
    From: Chris Mason <mason@suse.com>
    
    From: Jeff Mahoney <jeffm@suse.de>
    
    fsstress manages to setup a sequence of events that allow an attempt to
    perform direct-io on a tail.  bh_result->b_page == NULL, which causes the
    PageLocked and PageWriteback checks to perform a NULL deref, causing the
    oops.
    82106056
inode.c 76.4 KB