* Different systems implement strncpy and memmove in different ways.
commite7c661ea1ac16aacd51c179878cda8eded74414c
authorEduardo Chappa <chappa@washington.edu>
Sun, 28 Jan 2018 12:41:12 +0000 (28 05:41 -0700)
committerEduardo Chappa <chappa@washington.edu>
Sun, 28 Jan 2018 12:41:12 +0000 (28 05:41 -0700)
tree1dc5b5f00e1090d598142ee29613d6bc2f750fac
parente90f28bcc9d6e77d567bef2671c870bcd1c78719
   * Different systems implement strncpy and memmove in different ways.
     Some add trailing nulls, some don't. We tie off the forward subject at
     the location where it should end. Reported by Ferdinand Goldman.
pith/reply.c