Kay Hayen

Results 2237 comments of Kay Hayen

I am not convinced that your report is not an issue with hwsanitizer at all. And I would ask you to use not module mode, but executable mode and find...

I would of course be interested in your static analysis that claims there might be errors in the code, even if providing the evidence for it is not as easy...

So, the ones about unreachable code in generated code make no sense: ``` * UNREACHABLE_CODE: The condition in ternary operator is always true at HelpersComparisonGe.c:364. ternary operator at /usr/local/lib/python3.12/dist-packages/nuitka/build/static_src/HelpersComparisonGe.c:364 ```...

I have a bunch of changes on factory, I invite you to re-run this once it hits develop or now. Factory is unusually a bit unstable to run, but I...

The example you gave is a memcpy with size 0 on a NULL pointer, and I don't want to make it slower by adding a check. However, since it's common...

I don't think I looked at HWSan results with findings yet. The module mode is not suited. Have you produced results that I have not discovered yet. I only looked...

This is part of the stable release 2.4 that I just made.

Sorry, I was on a release cruch for 2.3, which is now over, this is most probably data files, I will check it out.

So we added a bunch of things on develop from a PR that @KRRT7 made, but maybe for a different issue, I will check this out.

Seems, I kind of forgot to merge said PR, but I was working on it today and we want a better integration with the models you downloaded, to discover them...