ddf19ed libgfs2: Check block range when inserting into rgrp tree

1 file Authored by rpeterso 7 years ago, Committed by andyp 7 years ago,
    libgfs2: Check block range when inserting into rgrp tree
    
    This patch adds checks to function rindex_read to make sure the
    rgrp starting address isn't grossly outside the file system.
    It may be in the case of severely corrupt file systems from fsck.
    If we added them to the rgrp tree, our calculations will get
    screwed up, eventually causing a segfault.
    
        
file modified
+6 -0