Bug#320081: xfsprogs: superblock offset overflows in verify_set_primary_sb

2005-07-27 Thread Nathan Scott
On Tue, Jul 26, 2005 at 05:26:09PM -0400, Chris Zubrzycki wrote: A bug was also filed with the xfs developers and should be fixed in cvs promptly. This bug causes xfs_repair to fail on certain configurations. I'll update the package once the fix is committed to CVS, thanks. -- Nathan -- To

Bug#320081: xfsprogs: superblock offset overflows in verify_set_primary_sb

2005-07-26 Thread Chris Zubrzycki
Package: xfsprogs Version: 2.6.28-1 Severity: important line 813 of repair/sb.c needs a cast in order to prevent an overflow. --- sb.c~ 2005-07-26 17:21:33.0 -0400 +++ sb.c2004-02-05 17:46:32.0 -0500 @@ -810,7 +810,7 @@ if (current-index != sb_index) {