On Fri, 31 Jul 2009, Niels Nes wrote:

Here you still asign something that could be NULL.

>       dnode *n = selection->h;
>
> -     (void) where;
> +     if (!selection)
> +             return sql_error(sql, 02, "SELECT: the selection or from part 
> is missing");

So the asignment should be after the check.


Stefan


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to