commit | e96fa717d387bff99b9a0fa47f422c863e0f2725 | [log] [tgz] |
---|---|---|
author | dan sinclair <dj2@everburning.com> | Mon Jan 07 11:47:37 2019 -0500 |
committer | John Kessenich <johnkslang@users.noreply.github.com> | Mon Jan 07 23:47:37 2019 +0700 |
tree | 8ee140f26740ac8254ae6d8a3eb8d72d93ae26e1 | |
parent | 6eab476e5adcad71cf8b46a875eedd164f201c5d [diff] |
Make sure source strings are terminated (#1641) * Make sure source strings are terminated The source strings may or may not have a null terminator. We need to make sure we add one before outputting the source strings as we iterate over the c-str looking for the null terminator. * Review feedback