mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-18 10:37:35 +00:00
PVS-Studio flagged this, as memset can be optimized away by the compiler in some cases. We obviously don't want that to ever happen so make sure to always use `explicit_bzero(..)` which can't be optimized away.
7.5 KiB
7.5 KiB