Revision: 48457
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48457&view=rev
Author:   brlcad
Date:     2012-01-12 00:12:50 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
initialize the checkfun callback even though we don't use it for sanity.  
coverity UNINIT (cid 1616).

Modified Paths:
--------------
    brlcad/trunk/src/libbu/fnmatch.c

Modified: brlcad/trunk/src/libbu/fnmatch.c
===================================================================
--- brlcad/trunk/src/libbu/fnmatch.c    2012-01-12 00:10:50 UTC (rev 48456)
+++ brlcad/trunk/src/libbu/fnmatch.c    2012-01-12 00:12:50 UTC (rev 48457)
@@ -195,6 +195,7 @@
 {
     CHARCLASS tmp;
     tmp.idstring = charclass;
+    tmp.checkfun = NULL;
     return (CHARCLASS *)bsearch(&tmp, charclasses, 
sizeof(charclasses)/sizeof(CHARCLASS), sizeof(CHARCLASS), classcompare);
 }
 

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to