mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-16 17:47:56 +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.