Review Request 120129: Fix Iteration of Array mm

Inge Wallin inge at lysator.liu.se
Thu Sep 11 13:31:59 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120129/#review66253
-----------------------------------------------------------



objects/curve_imp.cc
<https://git.reviewboard.kde.org/r/120129/#comment46248>

    Do you need to allocate N+1 doubles when you have changed the while clause to j<N? (and as a side note, why not use
    
     for (j=0; j<N; ++j) ?
     
    As another side note, qreal is often a better choice than double because then you will make it possible to compile on ARM too.


- Inge Wallin


On Sept. 10, 2014, 3:13 p.m., David Narváez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120129/
> -----------------------------------------------------------
> 
> (Updated Sept. 10, 2014, 3:13 p.m.)
> 
> 
> Review request for KDE Edu, Maurizio Paolini and Rex Dieter.
> 
> 
> Bugs: 338978
>     http://bugs.kde.org/show_bug.cgi?id=338978
> 
> 
> Repository: kig
> 
> 
> Description
> -------
> 
> Because of the initial value of j it was missing j = 1, causing Valgrind to report a jump over uninitialized value. Because of the check at the while loop, it was modifying j = N + 1, causing a stack buffer overflow.
> 
> 
> Diffs
> -----
> 
>   objects/curve_imp.cc 12931c8 
> 
> Diff: https://git.reviewboard.kde.org/r/120129/diff/
> 
> 
> Testing
> -------
> 
> Valgrinded an execution of Kig creating a locus as described in the bug report.
> 
> 
> Thanks,
> 
> David Narváez
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20140911/8c056611/attachment.html>


More information about the kde-edu mailing list