libyal / libesedb

Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
GNU Lesser General Public License v3.0
338 stars 91 forks source link

fix: multi value binary column type guard #69

Open sunsetkookaburra opened 8 months ago

sunsetkookaburra commented 8 months ago

libesedb_multi_value_get_value_binary_data incorrectly guarded for text type instead of binary data. fixed in this patch

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c0f3fc2) 22.19% compared to head (709cb7e) 16.83%.

Files Patch % Lines
libesedb/libesedb_multi_value.c 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ========================================== - Coverage 22.19% 16.83% -5.37% ========================================== Files 53 53 Lines 12299 12296 -3 Branches 2843 2842 -1 ========================================== - Hits 2730 2070 -660 - Misses 9141 9894 +753 + Partials 428 332 -96 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joachimmetz commented 8 months ago

Thanks for the proposed changes I'll have a look when time permits