Обсуждение: a query to crash the backend

Поиск
Список
Период
Сортировка

a query to crash the backend

От
t-ishii@sra.co.jp (Tatsuo Ishii)
Дата:
"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