Index: branches/eam_branches/ipp-dev-20210817/psModules/src/camera/pmFPAConstruct.c
===================================================================
--- branches/eam_branches/ipp-dev-20210817/psModules/src/camera/pmFPAConstruct.c	(revision 41852)
+++ branches/eam_branches/ipp-dev-20210817/psModules/src/camera/pmFPAConstruct.c	(revision 41853)
@@ -853,4 +853,8 @@
     } else {
         const char *content = getContent(fileInfo, phdu->header, contents); // The chip type
+        if (!content) {
+            psError(PS_ERR_UNKNOWN, false, "Unable to find CONTENT entry in header");
+            return false;
+        }
 
         int chipNum = -1;               // Chip number
