fox-it / dissect.cstruct

A Dissect module implementing a parser for C-like structures.
Apache License 2.0
40 stars 16 forks source link

Unit tests of dissect.jffs fail due to recent changes #110

Closed Schamper closed 1 hour ago

Schamper commented 2 hours ago

https://github.com/fox-it/dissect.jffs/pull/9

Schamper commented 1 hour ago

Fixed in dissect.jffs with https://github.com/fox-it/dissect.jffs/commit/e4a4fc1a32cc6b6402e571408edd45d25fbeca9e, but the behaviour is because we no longer allow for None values in structures. I don't think we will want to deviate from that behaviour anymore in cstruct.