Re: Uninitialized member variables

2014-04-08 Thread Georg Baum
Richard Heck wrote: > I looked through most of this, except for the math bits, which I don't > feel like I know enough about. There were only a few uninitialized > variables that seemed to me an issue. But there were a couple problems > that the script caught that seem real, and I've committed tho

Re: Uninitialized member variables

2014-04-04 Thread Richard Heck
On 04/03/2014 04:01 PM, Georg Baum wrote: There are two serious bugs in rc1 which are caused by uninitialized class member variables. Therefore I ran cppcheck on master at aea6ddfcb96. Unfortunately I ran out of time, so I could not yet completely analyze the result, but in case somebody else wan

Re: Uninitialized member variables

2014-04-04 Thread Richard Heck
On 04/03/2014 04:01 PM, Georg Baum wrote: There are two serious bugs in rc1 which are caused by uninitialized class member variables. Therefore I ran cppcheck on master at aea6ddfcb96. Unfortunately I ran out of time, so I could not yet completely analyze the result, but in case somebody else wan