e2fsprogs/lib
Manish Katiyar 8eb3b8a0a0 ext2fs_read_inode: Check the validity of the inode number earlier
It looks like the right place to check for ino=0 in
ext2fs_read_inode_full() is before creating the inode cache, otherwise
since we set icache[i].ino = 0 in create_icache(), it will match the
loop below and thus we return a wrong value.

Signed-off-by: "Manish Katiyar" <mkatiyar@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-07-15 11:10:19 -04:00
..
blkid libblkid: Make sure we never reference a null dev->bid_type 2008-07-13 19:10:10 -04:00
e2p Basic flexible block group support 2008-04-22 23:32:15 -04:00
et Merge branch 'maint' into next 2008-02-10 08:03:54 -05:00
ext2fs ext2fs_read_inode: Check the validity of the inode number earlier 2008-07-15 11:10:19 -04:00
ss Don't assume that /bin/true is always in /bin 2008-07-14 17:47:52 -04:00
uuid Fix gcc -Wall warnings in libuuid 2008-06-07 11:53:20 -04:00
Makefile.bsd-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.checker Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.darwin-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.elf-lib Fix the subdirs logic so it works with GNU make 3.80 2006-03-10 21:39:40 -05:00
Makefile.library Fix parallel build problem 2008-05-11 20:34:12 -04:00
Makefile.profile Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.solaris-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
fpopen.c fpopen.c: 1999-06-18 01:13:31 +00:00