Revision: 2548
http://tmux.svn.sourceforge.net/tmux/?rev=2548&view=rev
Author: tcunha
Date: 2011-07-08 16:44:06 +0000 (Fri, 08 Jul 2011)
Log Message:
-----------
Sync OpenBSD patchset 935:
flags[] should be initialized. From Thomas Adam.
Modified Paths:
--------------
trunk/cmd-list-keys.c
Modified: trunk/cmd-list-keys.c
===================================================================
--- trunk/cmd-list-keys.c 2011-07-08 08:42:03 UTC (rev 2547)
+++ trunk/cmd-list-keys.c 2011-07-08 16:44:06 UTC (rev 2548)
@@ -54,6 +54,8 @@
return (cmd_list_keys_table(self, ctx));
width = 0;
+ *flags = '\0';
+
SPLAY_FOREACH(bd, key_bindings, &key_bindings) {
key = key_string_lookup_key(bd->key & ~KEYC_PREFIX);
if (key == NULL)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs