Commit Diff


commit - 6f7394add7706226ed718bd6dc0d60885270a655
commit + d7c94b2be028a0b8d43d942793166ac5b8f93537
blob - 4c1b24c5b6544739e3e5c2bbbad6324a1279ed1f
blob + bfcd04d64d489c45ea49ad7534c2e7289ee38820
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -4048,6 +4048,8 @@ gw_output_file_blame(struct gw_trans *gw_trans, struct
 	struct gw_blame_cb_args bca;
 	int i, obj_type;
 	off_t filesize;
+
+	memset(&bca, 0, sizeof(bca));
 
 	if (asprintf(&path, "%s%s%s",
 	    gw_trans->repo_folder ? gw_trans->repo_folder : "",