* DiscImageChef.Filesystems/BFS.cs:

Prevent index out of array on checking BeFS with
	  less-than-sector-size boot sector.

	* DiscImageChef/Commands/Checksum.cs:
	  Corrected checksum calculation for multiple tracks

	* DiscImageChef.DiscImages/CDRWin.cs:
	  Corrected typo in track calculation.
This commit is contained in:
2015-11-09 22:17:45 +00:00
parent bbc209c121
commit 26b0b6373b
6 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2015-11-09 Natalia Portillo <claunia@claunia.com>
* BFS.cs:
Prevent index out of array on checking BeFS with
less-than-sector-size boot sector.
2015-11-09 Natalia Portillo <claunia@claunia.com>
* BFS.cs: