François Berder

Results 8 comments of François Berder

I confirm I faced this issue with a fresh install of Ubuntu 22.04.

CI is now failing due to errors not related to this PR.

> > There should probably be a check for `value_size < 8` in `truncateIntValue()`, given that `bigint` is only 64 bits. > > That check should be dependent on the...

@firewave I do not really understand how the CI error in undefined behaviour sanitizer build has anything to do with my changes. ``` Run selfcheck_options="-q -j$(nproc) --std=c++11 --template=selfcheck --showtime=top5_summary -D__GNUC__...

> That is the selfcheck/bootstrap/dogfood. We run our code on our own codebase on each commit. OK. I have not had the time to fix this issue. However, I found...

> Does this fix https://trac.cppcheck.net/ticket/12742? I could not reproduce the bug. ``` $ ./cmake.output/bin/cppcheck --enable=warning --debug tickets/12742.c Checking tickets/12742.c ... ##file tickets/12742.c 1: void f ( const std :: vector...

@danmar @chrchr-github @pfultz2 @firewave I believe this PR is now ready for review. When I have to invert the value bound, I increment (or decrement) the value by 2 to...

@chrchr-github Looking at this bug it seems that my previous bugfix triggered an existing bug. So I would be happy to fix this issue in another PR. What do you...