Index: /trunk/BNC/src/bncpppclient.cpp
===================================================================
--- /trunk/BNC/src/bncpppclient.cpp	(revision 5199)
+++ /trunk/BNC/src/bncpppclient.cpp	(revision 5200)
@@ -165,5 +165,5 @@
         for (int iFreq = 1; iFreq <= 2; iFreq++) {
 
-          char rnxStr[3];
+          char rnxStr[4]; rnxStr[3] = '\0';
           double* p_value = 0;
           if      (iPhase == 0 && iFreq == 1) {
@@ -194,7 +194,8 @@
             *p_value = measdata;
             if (rnxStr[0] == 'C' && bb) {
-              char biasStr[2];
+              char biasStr[3];
               biasStr[0] = rnxStr[1];
               biasStr[1] = rnxStr[2];
+              biasStr[2] = '\0';
               *p_value += bb->value(biasStr);
             }
