In PR 22, one of the attempted fixes for an issue in has_sector caused byte runs to no longer be parsed correctly. Initializing self.fill = None in byte_run.__init__ caused self.len to be None for unknown reasons.
Steps to reproduce:
- Check out this commit.
- Run
iblkfind.py on nps-2008-jean.
In PR 22, one of the attempted fixes for an issue in
has_sectorcaused byte runs to no longer be parsed correctly. Initializingself.fill = Noneinbyte_run.__init__causedself.lento beNonefor unknown reasons.Steps to reproduce:
iblkfind.pyon nps-2008-jean.