Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Thu, 8 Sep 2005 07:49:38 +0000 (07:49 +0000)
committeradilger <adilger>
Thu, 8 Sep 2005 07:49:38 +0000 (07:49 +0000)
commit51761367695866bd6459171be0854366c5dc6536
tree36f0ff77cba6daefc6a948fa2de5df3e641d03e9
parent67f17a098242d2126878f82a5bc648b678534cfc
Branch b1_4
Description: Fix for potential infinite loop processing records in an llog.
Details    : If an llog record is corrupted/zeroed, it is possible to loop
             forever in llog_process().  Validate the llog record length
             and skip the remainder of the block on an invalid value.
b=7359
lustre/ChangeLog
lustre/obdclass/llog.c