diff --git a/crypto b/crypto index e0f9891a9..84eeb0316 160000 --- a/crypto +++ b/crypto @@ -1 +1 @@ -Subproject commit e0f9891a91d69c042f82c1e13e48ab4c7160381d +Subproject commit 84eeb03167e91bcd345a3738ac0ff0c272f9422a diff --git a/src/util/attrib.c b/src/util/attrib.c index 3b6f252d4..b5ea3ad3c 100644 --- a/src/util/attrib.c +++ b/src/util/attrib.c @@ -338,9 +338,7 @@ static int a_read_i(struct storage *store, attrib ** attribs, void *owner, unsig int a_read(struct storage *store, attrib ** attribs, void *owner) { int key, retval = AT_READ_OK; - char zText[128]; - zText[0] = 0; key = -1; READ_INT(store, &key); while (key > 0) {