On Fri, 02 Sep 2016 07:10:38 -0000, Mark Lumsden wrote: > Source Joachim Nilsson: > > Coverity Scan reported these two stack variables as uninitialized, in > particular the .r_lineno struct member was uninitialized. This patch > clears the 'struct region' rather than setting .r_lineno because if > any more struct members are added in the future the clear will cover > them too. > > I think Joachim's approach is sensible. ok?
OK millert@ - todd