summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-05-16 16:33:21 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-05-16 16:33:21 +0200
commit6d36bb20f860c069631bc50dce7e332c80a54730 (patch)
tree3c93f2c8fe52626c61083812c728435252e59608 /src/map.c
parent246015cb71b7f0a599d1870185d73f2326adb911 (diff)
parenta1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (diff)
Update upstream source from tag 'upstream/3.25'
Update to upstream version '3.25' with Debian dir ee1976ad65a32f96556b498dbf1b74cdefdfeda5
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 38f0d34..6d89e36 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1236,7 +1236,7 @@ static struct HXrbnode *HXrbtrav_rewalk(struct HXrbtrav *trav)
} else {
/* Search for the specific node to rebegin traversal at. */
const struct HXrbnode *newpath[RBT_MAXDEP];
- unsigned char newdir[RBT_MAXDEP];
+ unsigned char newdir[RBT_MAXDEP] = {};
int newdepth = 0, res;
bool found = false;