Index: /branches/eam_branches/ipp-20111122/Ohana/src/elixir/src/SockScan.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/elixir/src/SockScan.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/elixir/src/SockScan.c	(revision 33569)
@@ -8,4 +8,5 @@
   char *done;
 
+  status = FALSE;
   done = string;
   for (i = 0; (i < MAXTIME) && (done != NULL); i++) {
Index: /branches/eam_branches/ipp-20111122/Ohana/src/imregister/imreg/SockScan.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/imregister/imreg/SockScan.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/imregister/imreg/SockScan.c	(revision 33569)
@@ -10,4 +10,5 @@
 
   done = string;
+  status = FALSE;
   for (i = 0; (i < MAXTIME) && (done != NULL); i++) {
     ShiftFifo (fifo);
Index: /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex1dgas.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex1dgas.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex1dgas.c	(revision 33569)
@@ -105,4 +105,7 @@
   int *IDList, *MidObj;
 
+  MidObj = NULL;
+  IDList = NULL;
+  XoList = NULL;
   { 
     // init random numbers
Index: /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/read_vectors.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/read_vectors.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/read_vectors.c	(revision 33569)
@@ -197,5 +197,5 @@
 	double dvalue;
 	time_t tvalue;
-	int readStatus;
+	int readStatus = FALSE;
 	// need to make the if cases for coltype[i]
 	switch (coltype[i]) {
Index: /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avmatch.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avmatch.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avmatch.c	(revision 33569)
@@ -68,4 +68,6 @@
 
   // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
+  RAvec  = NULL;
+  DECvec = NULL;
   if (PARALLEL && !HOST_ID) {
     if (!CoordsFile) {
Index: /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/initialize.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/initialize.c	(revision 33568)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/initialize.c	(revision 33569)
@@ -17,4 +17,5 @@
   NphotcodesDrop = 0;
   photcodesDrop = NULL;
+  ptr = NULL;
   if (PHOTCODE_DROP_LIST != NULL) {
     NPHOTCODES = 10;
