a query to crash the backend - Mailing list pgsql-hackers

From t-ishii@sra.co.jp (Tatsuo Ishii)
Subject a query to crash the backend
Date
Msg-id 199809151126.UAA02388@meshsv26.tk.mesh.ad.jp
Whole thread Raw
List pgsql-hackers
"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


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Regress results on FreeBSD 2.2.6-RELEASE - RESEND
Next
From: Daniel Kalchev
Date:
Subject: configure autodetection problem