The following commit has been merged in the master branch:
commit 586ceedb64295a1691f9477459ece5732f1b602b
Author: Guillem Jover <[email protected]>
Date: Mon Jul 23 19:01:54 2012 +0200
dpkg: Initialize all filenamenode members
diff --git a/src/filesdb.c b/src/filesdb.c
index af34810..41f705d 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -650,6 +650,7 @@ struct filenamenode *findnamenode(const char *name, enum
fnnflags flags) {
newnode->next = NULL;
newnode->divert = NULL;
newnode->statoverride = NULL;
+ newnode->oldhash = NULL;
newnode->newhash = EMPTYHASHFLAG;
newnode->filestat = NULL;
newnode->trig_interested = NULL;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]