[all-commits] [llvm/llvm-project] 59715e: Switch to strncpy to silence GCC stringop overflow...
lhames via All-commits
all-commits at lists.llvm.org
Thu Jul 13 11:17:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59715e7ff32f8500d3e23ecdcddf455f3aa7a4f1
https://github.com/llvm/llvm-project/commit/59715e7ff32f8500d3e23ecdcddf455f3aa7a4f1
Author: Lang Hames <lhames at gmail.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
Switch to strncpy to silence GCC stringop overflow warnings.
Thanks to Simon Pilgrim for letting me know about these in
https://reviews.llvm.org/rG9d701c8a8d65.
More information about the All-commits
mailing list