From f60a3fd863c6a5a8ec97c4918f5cad4a117a8f7d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Sep 2012 13:22:11 +0200 Subject: [PATCH] CCL: fix uninit local var (attset) --- src/cclfind.c | 1 + 1 file changed, 1 insertion(+) 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)) -- 1.7.10.4