Le 13/09/2015 10:25, Kornel Benko a écrit :
Another example from lyxfinc.cpp. Can you spot what is wrong with the
loop? I cannot fix that myself unfortunately. Tommaso?
JMarc
915 for (; re_it != re_it_end; ++re_it) {
Maybe this 'for' statement.
It is equivalent to
if (re_it != re
Am Samstag, 12. September 2015 um 18:57:00, schrieb Jean-Marc Lasgouttes
> Le 12/09/15 18:48, Jean-Marc Lasgouttes a écrit :
> > Le 12/09/15 18:43, Jean-Marc a écrit :
> >> commit 61f02710317b99a050346a0c95c02fcdd457bfca
> >> Author: Jean-Marc
> >> Date: Sat Sep 12 18:40:52 2015 +0200
> >>
> >
Le 12/09/15 18:48, Jean-Marc Lasgouttes a écrit :
Le 12/09/15 18:43, Jean-Marc a écrit :
commit 61f02710317b99a050346a0c95c02fcdd457bfca
Author: Jean-Marc
Date: Sat Sep 12 18:40:52 2015 +0200
Add missing braces
Coverity issue 23506.
This is an example of a bug found by coverity
Le 12/09/15 18:43, Jean-Marc a écrit :
commit 61f02710317b99a050346a0c95c02fcdd457bfca
Author: Jean-Marc
Date: Sat Sep 12 18:40:52 2015 +0200
Add missing braces
Coverity issue 23506.
This is an example of a bug found by coverity amidst lots of nit
picking. However doing the bori