Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/sanitizer_common/
-
trunk/
-
lib/
-
sanitizer_common/
-
sanitizer_procmaps_linux.cc
Hide Panel
f
Keyboard Reference
?
Differential
D35136
Use internal_strncpy to copy filename in linux procmaps
Closed
Public
Authored by
fjricci
on Jul 7 2017, 11:28 AM.
Download Raw Diff
Details
Reviewers
alekseyshl
glider
Commits
rG9fd8a6381c5c: Use internal_strncpy to copy filename in linux procmaps
rCRT307696: Use internal_strncpy to copy filename in linux procmaps
rL307696: Use internal_strncpy to copy filename in linux procmaps
Summary
Cleaner than using a while loop to copy the string character by character.
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
created this revision.
Jul 7 2017, 11:28 AM
Herald
added a subscriber:
kubamracek
.
·
View Herald Transcript
Jul 7 2017, 11:29 AM
Harbormaster
completed remote builds in
B8055: Diff 105669
.
Jul 9 2017, 6:15 AM
alekseyshl
accepted this revision.
Jul 10 2017, 3:32 PM
This revision is now accepted and ready to land.
Jul 10 2017, 3:32 PM
Closed by commit
rL307696: Use internal_strncpy to copy filename in linux procmaps
(authored by
fjricci
).
·
Explain Why
Jul 11 2017, 12:41 PM
This revision was automatically updated to reflect the committed changes.