fs: fix infinite loop in fs.readFileSync()
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 12 Jun 2012 14:04:56 +0000 (16:04 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 12 Jun 2012 14:31:49 +0000 (16:31 +0200)
commit0385b17ce06b7c12ad3e4035477f6a0cf897580e
treebf8334f327c4fa3d0377537c294448de55094331
parent408bfece510520d73d9e19629450dfec691cc1e6
fs: fix infinite loop in fs.readFileSync()

Fix an infinite loop in the case where the file got truncated by a concurrent
writer while fs.readFileSync() was busy reading in the file.
lib/fs.js