Open janstarke opened 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 16.83%. Comparing base (
d959e1e
) to head (8c57e22
).:exclamation: There is a different number of reports uploaded between BASE (d959e1e) and HEAD (8c57e22). Click for more details.
HEAD has 2 uploads less than BASE
| Flag | BASE (d959e1e) | HEAD (8c57e22) | |------|------|------| ||4|2|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
"\xef\xcd\xab\x89"
. So, if you start at byte offset 4, using this starting value, it gets nulled out when XORing with the magic number. So, either you start with offset4
using the starting value you supplied ((which is what you are doing; https://github.com/libyal/libesedb/blob/d959e1e037635c72f07f08e2ac741036268f4e3c/libesedb/libesedb_file_header.c#L678-L683)), or you start at offset8
with no starting value.