Open hhoffstaette opened 4 months ago
/cc @LucaGuerra our pointer hero!
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle rotten
Describe the bug
Gentoo QA complains about the following potential problems with strict-aliasing violations when doing naughty pointer things:
How to reproduce it
Building sysdig-0.38.x+libs-0.17.2 with gcc-13.3 and
-Werror=strict-aliasing
should show this.Expected behaviour
No QA violations (if possible)
Environment
Gentoo Linux, ~amd64 (testing)
6.10.0 :)
From source - I am the package maintainer
Additional context
I understand that accessing the union needs to accommodate the IPv6 address and have no immediate solution either. Sorry :disappointed: