[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pgsql-bugs
Subject:    Re: [BUGS] BUG #13334: PostGIS 2.2 crash in topology (array_contain_compare)
From:       "Paragon Corporation" <lr () pcorp ! us>
Date:       2015-05-23 2:47:18
Message-ID: 000201d09502$c95bbc50$5c1334f0$ () pcorp ! us
[Download RAW message or body]


>Hm.  Just guessing from the location of the crash, but I'll bet I
> overlooked the case of an expanded array with no nulls, ie should be

> -			bool		isnull2 = nulls2[j];
> +			bool		isnull2 = nulls2 ? nulls2[j] : false;

> I'll commit that in a few minutes, please confirm whether it fixes this
> for you.

>			regards, tom lane

Tom,

That seems to have fixed the issue.

Thanks,
Regina





-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic