bzero() function is obsoleted by memset()

Authored by alexeymin on Jun 19 2019, 9:58 PM.

Description

bzero() function is obsoleted by memset()

Another clang-tidy warning.
The bzero() function is deprecated (marked as
LEGACY in POSIX.1-2001); use memset(3) in new
programs. POSIX.1-2008 removes the specification
of bzero().

Details

Committed
alexeyminJun 19 2019, 9:58 PM
Parents
R437:43aeee4c3e00: Fix clang-tidy warn: call to virtual function during destruction
Branches
Unknown
Tags
Unknown