fix completely bogus loop condition in getmntent_r
authorRich Felker <dalias@aerifal.cx>
Wed, 6 Apr 2011 16:35:05 +0000 (12:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 6 Apr 2011 16:35:05 +0000 (12:35 -0400)
commit6b87e941f932a93120383de33f5237395fc1354a
tree03505ce053cb81f85493977dd681db728e2a71b6
parenta113434cd68ce30642c4995b1caadcd084be6f09
fix completely bogus loop condition in getmntent_r

somehow this worked on my simple fstab, but horribly broke in general,
leading to use of uninitialized offset array and crashes.
src/linux/mntent.c