Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCov: branch hit count can overflow Int32. #619

Closed
ericjulien opened this issue Aug 9, 2023 · 1 comment
Closed

LCov: branch hit count can overflow Int32. #619

ericjulien opened this issue Aug 9, 2023 · 1 comment

Comments

@ericjulien
Copy link

ericjulien commented Aug 9, 2023

Getting the following error during report generation with lcov:

Error during reading report '/home/ejulien/lcov.info' (Size: 1.1MB): Value was either too large or too small for an Int32.

Branch hit count overflow protection seems to be missing here

Ref to commit fixing similar issues eae8dd7

@danielpalme
Copy link
Owner

Fixed in ce32b7c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants