omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
625 stars 61 forks source link

Don't panic when a date has an invalid value #210

Closed ohadravid closed 2 years ago

ohadravid commented 2 years ago

Fixes #209

Don't panic when a date has an invalid value, Use 1601.1.1 when date is 0, and return an error when it's invalid in some other way.