Index: branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.data/svdcmp_bond_new.c
===================================================================
--- branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.data/svdcmp_bond_new.c	(revision 42171)
+++ branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.data/svdcmp_bond_new.c	(revision 42172)
@@ -63,5 +63,5 @@
 			g = 0.0;
 		else {
-			f = u[i][i+1];
+		    f = u[i][i+1]; // XXXX this line will overrun the memory of u[][i+1] : i+1
 			g = (f < 0) ? sqrt(s) : -sqrt(s);
 			h = f * g - s;
