Merge "Replace all uses of bzero with memset. Bzero and memset are both...
Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes."
Loading
Please register or sign in to comment