index. html from bugreport dir attached (full dir like 8 mb uncompressed) <br><br>On Tuesday, May 31, 2022, Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">scan-build is clang-based static analyzer. 'scan-build make - j 8'<div><br></div><div>I run it over just guicast subdirectiry and got 63 errors:</div><div><br></div><div>ory Double delete  linklist.h      destroy             31   6      V</div><div>error                                                                 R</div><div>Memory Double delete  bcwindowbase.C  ~BC_WindowBase      135  16     V</div><div>error                                                                 R</div><div>Memory Memory leak    bootstrap.c     main                195  17     V</div><div>error                                                                 R</div><div>Memory Memory leak    bctheme.C       new_button          284  10     V</div><div>error                                                                 R</div><div>Memory Memory leak    bcwindowbase.C  init_resources      4529 8      V</div><div>error                                                                 R</div><div>Memory Memory leak    bctheme.C       new_button          325  10     V</div><div>error                                                                 R</div><div>Memory Memory leak    bootstrap.c     main                196  17     V</div><div>error                                                                 R</div><div>       Result of</div><div>Logic  operation is   pngtoraw.c      main                93   14     V</div><div>error  garbage or                                                     R</div><div>       undefined</div><div>       Result of</div><div>Logic  operation is   bctextbox.C     cursor_motion_event 952  10     V</div><div>error  garbage or                                                     R</div><div>       undefined</div><div>Logic  Unix API       bcresources.C   find_fontentry      1750 15     V</div><div>error                                                                 R</div><div>Logic  Unix API       bctextbox.C     wdemand             1745 5      V</div><div>error                                                                 R</div><div>Logic  Unix API       bctextbox.C     tdemand             1757 14     V</div><div>error                                                                 R</div><div>Memory Use-after-free arraylist.h     get                 88   8      V</div><div>error                                                                 R</div><div>Memory Use-after-free bcsynchronous.C run                 208  17     V</div><div>error                                                                 R</div><div>Memory Use-after-free thread.C        start               91   13     V</div><div>error                                                                 R</div><div><a href="http://127.0.0.1:8181/report-4938ea.html#EndPath" target="_blank">http://127.0.0.1:8181/report-<wbr>4938ea.html#EndPath</a></div><div><br></div><div><br></div><div>oh, first pages were truncated.. I'll try to send complete report dir archive soon</div><div><br></div><div>but most wirrying use after free and null pointers.... </div>
</blockquote>