File lalburst-fix-uninitialised-variable.patch of Package lalburst
Index: lalburst-2.0.1/python/lalburst/cs_gamma.c
===================================================================
--- lalburst-2.0.1.orig/python/lalburst/cs_gamma.c
+++ lalburst-2.0.1/python/lalburst/cs_gamma.c
@@ -224,7 +224,7 @@ static double nu(double Gmu, double Gamm
double cuspdist;
double teq=8.122570474611143e+11;
double crateR, crateRadStragglers, crateM;
- double crate;
+ double crate = 0;
if (strcmp(model,"Siemens06") == 0) {
alpha=1e-1;