Revision: 41226
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41226&view=rev
Author:   brlcad
Date:     2010-11-02 12:46:49 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
improved robustness of boolean tree parsing by fixing a 12 year 10 month old 
bug in db_tree.c:rt_tree_parse() where we were proceeding with a corrupt tree 
if the left tree was non-empty and right tree was empty.  cause was a simple 
copy/paste error, fix was to check the right side for validity so it'd release 
and unset right tree resources correctly.

Modified Paths:
--------------
    brlcad/trunk/NEWS

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2010-11-02 12:36:56 UTC (rev 41225)
+++ brlcad/trunk/NEWS   2010-11-02 12:46:49 UTC (rev 41226)
@@ -13,6 +13,7 @@
 --- 2010-09-XX  Release 7.18.0                                     ---
 ----------------------------------------------------------------------
 
+* improved robustness of CSG boolean tree processing - Sean Morrison
 * improved loading of Pro/E export plugin on Windows - Bob Parker
 * added ray bundle shooting capability to rtshot - Keith Bowman
 * improved robustness of facetization and export - Richard Weiss


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to