``` memset(foo, 0, sizeof(foo)); ``` will always be fine since it's explicitly checking the destination size. Reference: https://github.com/brave/brave-core/pull/20895/files#r1387189235 https://github.com/brave/brave-core/pull/20895/files#r1387189237 # Proposed Solution - [ ] Remove the rule - [ ] Fork and improve the rule