CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/03/20 10:44:03
Modified files: sys/ntfs : ntfs_vfsops.c Log message: Read the free clusters bitmap in 1MB chunks instead of trying to read it in one go and panic in malloc(9) with large NTFS filesystems. panic reported and fix tested by landry@