marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
282 stars 36 forks source link

Infinite loop on #transferFrom underflow #147

Closed marschall closed 1 year ago

marschall commented 1 year ago

If the channel provided to #transferFrom holds less than count bytes we loop forever.

Found by simon04/ListOfJavaNioFileSystems