Module Name: src Committed By: mrg Date: Sun Oct 13 20:18:42 UTC 2019
Modified Files: src/libexec/ld.elf_so: search.c Log Message: use strlcpy to ensure termination. the buffer is statically sized so that it works without an allocator, so truncation is the desired effect here. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/libexec/ld.elf_so/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.