simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.07k stars 185 forks source link

addressed incorrect size for ut_type per @MagicTux #362

Closed simsong closed 2 years ago

simsong commented 2 years ago

See https://github.com/4n6ist/bulk_extractor-rec/issues/4#issue-1276402712 for a discussion of the issue. Apparently, ut_type is 16 bits and the next value is ut_pid. FIxed here. Also fixed defining values before setting them.

codecov[bot] commented 2 years ago

Codecov Report

Merging #362 (5ea5036) into main (d0505fb) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #362      +/-   ##
==========================================
+ Coverage   47.55%   47.58%   +0.03%     
==========================================
  Files         112      112              
  Lines       13283    13285       +2     
==========================================
+ Hits         6316     6321       +5     
+ Misses       6967     6964       -3     
Impacted Files Coverage Δ
src/scan_utmp.cpp 83.33% <100.00%> (+5.75%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more