Velocidex / go-ntfs

An NTFS file parser in Go
Apache License 2.0
64 stars 22 forks source link

Fix a possible panic with corrupt MFT entries. #27

Closed secDre4mer closed 4 years ago

secDre4mer commented 4 years ago

Fix a bug where a corrupt MFT entry could lead to a panic from an out of bounds array access.