Closed crb912 closed 6 years ago
great catch! fixing now
addressed in f2d8c83c7c9cd76bfb9e218c67b6f197c2bad93c
though, based on your comment above, you may be working with an earlier version of the utility. feel free to try the latest source in the master
branch, too.
Exception reporting:
I think there is a bug in your
evtxtract.utils.Mmap.__enter__
source code.When
self._f = open(self._filename, "rb")
run failed,self._mmap.close()
should not be execute?