From: Adam Dickmeiss Date: Mon, 10 Sep 2012 11:22:11 +0000 (+0200) Subject: CCL: fix uninit local var (attset) X-Git-Tag: v4.2.38~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f60a3fd863c6a5a8ec97c4918f5cad4a117a8f7d CCL: fix uninit local var (attset) --- diff --git a/src/cclfind.c b/src/cclfind.c index f7903fe..12dca79 100644 --- a/src/cclfind.c +++ b/src/cclfind.c @@ -462,6 +462,7 @@ static struct ccl_rpn_node *search_term_x(CCL_parser cclp, } } } + attset = 0; if (structure_value == -1 && ( auto_group || qual_val_type(qa, CCL_BIB1_STR, CCL_BIB1_STR_WP, &attset))