mp-lee / mandelbulber

Automatically exported from code.google.com/p/mandelbulber
GNU General Public License v3.0
1 stars 0 forks source link

[PATCH] Fixed issue where an array index is checked after its usage #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please review the attached patch. It fixes an issue where an array is first 
dereferenced using the index variable i and then the variable (i) is checked 
against the array limit.

Best regards and many thanks

Martin Ettl

Original issue reported on code.google.com by ettl.mar...@gmail.com on 16 Nov 2013 at 11:34

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks again. I have applied your patch.

Original comment by buddhi1...@gmail.com on 16 Nov 2013 at 1:01