merge in lmp-release history after reset to 67f46cb0e137edbf4a6f7014ca8a3a58484016d1
diff --git a/libprocessgroup/processgroup.cpp b/libprocessgroup/processgroup.cpp
index d5f3ad3..49f5903 100644
--- a/libprocessgroup/processgroup.cpp
+++ b/libprocessgroup/processgroup.cpp
@@ -99,7 +99,7 @@
     }
 
     ctx->buf_len += ret;
-    ctx->buf[ctx->buf_len-1] = 0;
+    ctx->buf[ctx->buf_len] = 0;
     SLOGV("Read %d to buffer: %s", ret, ctx->buf);
 
     assert(ctx->buf_len <= sizeof(ctx->buf));