Hi Sascha, Sascha Hauer <s.hauer@...> wrote: > + static int in_automount; > + > + if (in_automount) > + return; It seems that we are using the 'in_automount' without initialization. Shouldn't we initialize the static 'in_automount' with 0? Or can we rely on the compiler, that all statics will be initialized with zeros? Best regards, Rolf _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox