@@ -203,16 +203,35 @@ Fixed or Mitigated Issues Reported by Static Code Analysis
203203
204204Coverity Scan defects targeted deliberately:
205205
206+ - CID 967251: 'Constant' variable guards dead code
207+ - CID 967254: 'Constant' variable guards dead code
208+ - CID 967261: Logically dead code
209+ - CID 967262: Logically dead code
210+ - CID 967273: Explicit null dereferenced
211+ - CID 967296: Parse Warning
212+ - CID 967297: Parse Warning
206213- CID 967377: Uninitialized pointer field
207214- CID 967400: Uninitialized pointer field
215+ - CID 967410: Structurally dead code
216+ - CID 967412: Structurally dead code
217+ - CID 1129008: Division or modulo by zero
208218- CID 1129016: Uninitialized pointer read
209219- CID 1129017: Uninitialized scalar variable
210220- CID 1372548: Non-virtual destructor
211221- CID 1372552: Unchecked return value
212222- CID 1372555: Operands don't affect result
213223- CID 1372556: Wrong operator used
214224- CID 1372557: Wrong operator used
225+ - CID 1372558: Resource leak in object
226+ - CID 1372560: Logically dead code
215227- CID 1372562: Non-array delete for scalars
228+ - CID 1372566: Unchecked dynamic_cast
229+ - CID 1372567: Unchecked dynamic_cast
230+ - CID 1372603: Resource leak
231+ - CID 1372604: Dereference before null check
232+ - CID 1372605: Dereference before null check
233+ - CID 1372606: Dereference before null check
234+ - CID 1372607: Dereference before null check
216235- CID 1372608: Sizeof not portable
217236- CID 1372626: Uninitialized scalar variable
218237- CID 1372636: Uninitialized pointer field
@@ -231,6 +250,12 @@ Coverity Scan defects targeted deliberately:
231250- CID 1372655: Structurally dead code
232251- CID 1372656: Structurally dead code
233252- CID 1372657: Unused value
253+ - CID 1373648: Out-of-bounds access
254+ - CID 1373649: Free of address-of expression
255+ - CID 1373651: Logically dead code
256+ - CID 1373652: Dereference before null check
257+ - CID 1373653: Write to pointer after free
258+ - CID 1373654: Use after free
234259
235260Coverity Scan defects eliminated in passing:
236261
@@ -349,6 +374,7 @@ Reported via GitHub:
349374- #49 ("Latest version from Git won't build with MS Visual Studio 2015")
350375- #50 ("Make error in Ubuntu 14.04")
351376- #53 ("Standard include files may mess up the language version")
377+ - #129 ("Port of FS331 - Intersection causes quadric to disappear")
352378
353379Reported via FlySpray:
354380
@@ -361,6 +387,8 @@ Reported via FlySpray:
361387- FS#316 ("inverse keyword does not work properly with fractals")
362388- FS#317 ("problem with +D option at specific output file dimensions")
363389- FS#318 ("method 3 (default) scattering media is too bright & causes artifacts when nested")
390+ - FS#331 ("Intersection causes quadric to disappear")
391+ - FS#336 ("#fopen w/o OPEN_TYPE crash povray (segfault)")
364392
365393Reported via the Newsgroups:
366394
@@ -421,6 +449,10 @@ Reported via the Newsgroups:
421449 (2016-08-17, povray.binaries.scene-files, "Wrong normal direction on triangle{ }s")
422450 Bug in flat trianges that could cause interior_texture to show on the wrong side.
423451
452+ 453+ (2016-10-20, povray.programming, "Re: solving polynomials")
454+ Misplaced `break` in polynomial solving code.
455+
424456Reported via Windows Crash Reports:
425457
426458- crash report #???, dump file #988
0 commit comments