Harold Brenes
Harold Brenes
Well that's the second confirmation today we've got that plots under win11 work fine. I will have to indeed investigate on a win10 machine
Yes feel free to add a test. BB currently does not have much tests, there's a few for specific cases and commonly re-used objects. But it's mostly used as a...
> No one I've got one. It's just poorly poorly optimized read somewhere that bladebit does not like 2 numa nodes. This is incorrect. bladebit's `ramplot` I believe is the...
Are the corrupt ones only in Windows, by the way?
16G mode is still experimental for the time being. Thank you all for the reports. We're aware that it is currently broken on Windows and are looking into it
Indeed it is as @Jsewill mentioned. The buffer is currently of fixed size. It will likely be swapped out and be configurable with a dynamic one during beta, however, you...
[Bug] Out-of-bounds writes in `BitView::_Read64<true>` potentially causing crashes or infinite loops
```c const size_t totalBytes = CDiv( sizeBits, 8 ); const int32 remainderBytes = (int32)( totalBytes - fieldIndex * 8 ); ``` I have not gone through this code in a...
[Bug] Out-of-bounds writes in `BitView::_Read64<true>` potentially causing crashes or infinite loops
OK, so it seems the bug would be in `isLastField` (no `- 1` necessary), not in the `remainderBytes` calculation. If you can modify the PR to reflect that then perhaps...
[Bug] Out-of-bounds writes in `BitView::_Read64<true>` potentially causing crashes or infinite loops
Yes, please go ahead. At the time that was written I had incorrectly assumed it was invalid to read/write unaligned in arm64 as it was in the 32bit instruction set.
Thanks for bringing this up. `--unbounded` should have been disabled for now, and I thought it was. For now that flag should not be used