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 those

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

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

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

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

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

Uninitialized member variables

2014-04-03 Thread Georg Baum
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 wants to do that I attach the result of

Uninitialized member variables

2014-04-03 Thread Georg Baum
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 wants to do that I attach the result of