[all-commits] [llvm/llvm-project] 3bd494: [lldb][POSIX] Replace bzero with memset in domain ...
Dhruv Srivastava via All-commits
all-commits at lists.llvm.org
Mon Jan 6 03:27:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bd494dfa6d520e25dc03047c92f28c121293a75
https://github.com/llvm/llvm-project/commit/3bd494dfa6d520e25dc03047c92f28c121293a75
Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M lldb/source/Host/posix/DomainSocket.cpp
Log Message:
-----------
[lldb][POSIX] Replace bzero with memset in domain socket code (#121747)
Replace `bzero` with the standard `memset` so that it is common to all platforms.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list