Thread: a query to crash the backend

a query to crash the backend

From
t-ishii@sra.co.jp (Tatsuo Ishii)
Date:
"select @1" crashes the backend on my LinuxPPC box.

in left_oper() line 785:

    targetOid = func_select_candidate(1, &arg, candidates);

Here returned targetOid is NULL and it seems this causes a
segfault later. Comments?
--
Tatsuo Ishii
t-ishii@sra.co.jp