You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fairly confident this is a false positive. It looks like gcc made their array bounds algorithm more aggressive around gcc-12, and it's not happy with the way we compute the bounds for the copy on line 1654. I'll work on a patch to convince gcc the access is safe or otherwise silence the warning for that line.
This happened when I was building the project with a v2.2.0 source tree on Windows 11 WSL running on a x64 CPU.
Checkout with the following command:
git checkout v2.2.0
CMake invocation:
WSL version is 2.3.26.0, and I am using the latest Ubuntu version available (24.04) on WSL.
GCC version is 13.2.0
CMake version is 3.28.3
Shell output as following:
The text was updated successfully, but these errors were encountered: