Index: /branches/eam_branches/ipp-20220316/psModules/src/detrend/pmDark.c
===================================================================
--- /branches/eam_branches/ipp-20220316/psModules/src/detrend/pmDark.c	(revision 42346)
+++ /branches/eam_branches/ipp-20220316/psModules/src/detrend/pmDark.c	(revision 42347)
@@ -129,5 +129,5 @@
     } else {
         if (!ordinateParseConcept(value, readout, name)) {
-            psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", rule, name);
+            psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", "NULL", name);
             return false;
         }
Index: /branches/eam_branches/ipp-20220316/psModules/src/extras/pmVisualUtils.c
===================================================================
--- /branches/eam_branches/ipp-20220316/psModules/src/extras/pmVisualUtils.c	(revision 42346)
+++ /branches/eam_branches/ipp-20220316/psModules/src/extras/pmVisualUtils.c	(revision 42347)
@@ -222,5 +222,5 @@
     }
 
-    strncpy(name, addNodeName, MAX_COMPONENT_LENGTH);
+    ps_strncpy_nowarn(name, addNodeName, MAX_COMPONENT_LENGTH);
     char *pname = name+1;               // Take off the period
     // Iterate through the components of addNodeName.  Strip off the first
