Skip to content
Commit acf4f739 authored by Alexey Min's avatar Alexey Min
Browse files

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().
parent 43aeee4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment