kindahl / ckfilesystem

ISO9660 and UDF file system library.
GNU General Public License v3.0
11 stars 9 forks source link

UDF: the lib creates broken image (problem in SectorOutStream::pad_sector) #4

Open tomkoen opened 6 years ago

tomkoen commented 6 years ago

If the last write operation fits exactly one sector (2048 bytes) then "written_" is again 0 (see SectorOutStream::write). "get_remaining" will return 2048 which is NOT correct. there's nothing to pad