libyal / libregf

Library and tools to access the Windows NT Registry File (REGF) format
GNU Lesser General Public License v3.0
103 stars 20 forks source link

Delete wrong value (volatile list offset) in "nk" struct description #8

Closed 1ndahous3 closed 6 years ago

1ndahous3 commented 6 years ago

There is no volatile sub keys list offset in binary struct of named key ("nk").

codecov[bot] commented 6 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   39.73%   39.73%           
=======================================
  Files          23       23           
  Lines        4925     4925           
=======================================
  Hits         1957     1957           
  Misses       2968     2968

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d1c0656...9133269. Read the comment docs.

joachimmetz commented 6 years ago

There is no volatile sub keys list offset in binary struct of named key ("nk").

Where do you base this on? As you can see:

joachimmetz commented 6 years ago

No update, closing PR