From: Adam Dickmeiss Date: Thu, 3 Dec 2009 08:35:03 +0000 (+0100) Subject: GFS: Avoid piggyback for hits < 0 from backend X-Git-Tag: v4.0.0~92^2~4 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=0c5aa5100f29ca832bf6428d8ec92618a0fc027f;hp=0c5aa5100f29ca832bf6428d8ec92618a0fc027f;p=yaz-moved-to-github.git GFS: Avoid piggyback for hits < 0 from backend If a backend returns negative hit count, then avoid comparisons against smallSetUpperBound and largeSetLowerBound. Otherwise a negative size in call to odr_malloc will occur. ---