$OpenBSD: patch-src_actions_c,v 1.5 2014/02/26 20:07:18 jca Exp $
Bugfix for recent firefox versions.
Applied-Upstream: 782e5d0f60412682ca5facde2d566c02bd176902
--- src/actions.c.orig	Thu Feb 20 02:37:37 2014
+++ src/actions.c	Thu Feb 20 02:40:48 2014
@@ -1168,6 +1168,8 @@ cmd_meta (int interactive UNUSED, struct cmdarg **args
   if (current_window() == NULL)
     return cmdret_new (RET_FAILURE, NULL);
 
+  memset(&ev1, 0, sizeof(ev1));
+
       ev1.xkey.type = KeyPress;
       ev1.xkey.display = dpy;
       ev1.xkey.window = current_window()->w;
