summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af1bb58)
raw | patch | inline | side by side (parent: af1bb58)
author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 22 Apr 2010 01:53:56 +0000 (21:53 -0400) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 22 Apr 2010 01:57:56 +0000 (21:57 -0400) |
The underlying interface was changed in commit f50084da to return
TRUE/FALSE instead of OK/ERR, but the only usage of set_keymap was not
updated. This lead to a potential segmentation fault.
Reported by Simon Ruderich.
TRUE/FALSE instead of OK/ERR, but the only usage of set_keymap was not
updated. This lead to a potential segmentation fault.
Reported by Simon Ruderich.
NEWS | patch | blob | history | |
tig.c | patch | blob | history |
index b3eeb497a9ab2262817b2927edd8398e94fb3ae4..59d748947cdea0b7b5936c85c50ac04f4c5a19bb 100644 (file)
--- a/NEWS
+++ b/NEWS
- Fix parsing of boolean show-date values.
- Fix relative date.
- Fix unbind to behave as if the keybinding was never defined.
+ - Fix parsing of unknown keymap names.
tig-0.15
--------