You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed generated files from version control. Use ./autogen.sh
to generate the configure script when working from GIT. This
does not affect distributed tarballs
Fixes
Fix issue #2, regression in Ctrl-D (EOF) behavior. Regression
introduced in 1.14.1. Fixed by @TobyGoodwin
Fix memory leak in completion handler. Found by Coverity Scan.
Fix suspicious use of sizeof(char **), same as sizeof(char *) but
non-portable. Found by Coverity Scan
Fix out-of-bounds access in user key binding routines
Found by Coverity Scan.