commit | 478f7cf6af980a7e3e573401d1006c05cbc8b18f | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon May 11 09:31:14 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon May 11 09:31:14 2015 +1000 |
tree | 6e79c7174cb4a67885967f57602a05f76f8620b0 | |
parent | d72f6c8efe92fc6c5fc5914c508fc43e9fa10d03 [diff] |
logprint: fix inode fork print record overrun logprint checks for whether the inode log item extends across a log record boundary so that it doesn't try to dereference beyond the ned of the buffer containing the log items. It doesn' however, take into account log items with attribute forks in them, and so doesn't catch the overrun in this case. Fix it. reported-by: Alexander Tsvetkov <alexander.tsvetkov@oracle.com> Signed-off-by: Dave Chinner <dchinner@redhat.com>