$OpenBSD: patch-modules_dmq_usrloc_usrloc_sync_c,v 1.1 2015/11/20 10:09:52 sthen Exp $
--- modules/dmq_usrloc/usrloc_sync.c.orig	Wed Oct 21 00:58:01 2015
+++ modules/dmq_usrloc/usrloc_sync.c	Wed Oct 21 01:01:22 2015
@@ -278,8 +278,8 @@ int usrloc_dmq_handle_msg(struct sip_msg* msg, peer_re
 	srjson_t *it = NULL;
 	static ucontact_info_t ci;
 
-	int action, expires, cseq, flags, cflags, q, last_modified, methods, reg_id;
-	str aor, ruid, c, received, path, callid, user_agent, instance;
+	int action = 0, expires = 0, cseq = 0, flags = 0, cflags = 0, q = 0, last_modified = 0, methods = 0, reg_id = 0;
+	str aor = {NULL, 0}, ruid = {NULL, 0}, c, received = {NULL, 0}, path, callid, user_agent, instance = {NULL, 0};
 
 	parse_from_header(msg);
 	body = ((struct to_body*)msg->from->parsed)->uri;
