commit | 37e3edce200c5a0ae8f81ca729b18d75477d2725 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 14:49:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 14:49:34 2018 +0100 |
tree | 02fd172196927cfed25df48691b9a7882976e5a9 | |
parent | 471f65813592238509923f2c8748df5be03513e9 [diff] [blame] |
patch 8.1.0593: illegal memory access in libvterm test Problem: Illegal memory access in libvterm test. Solution: Fix off-by-one error.
diff --git a/src/libvterm/Makefile b/src/libvterm/Makefile index 6eacab7..179ee10 100644 --- a/src/libvterm/Makefile +++ b/src/libvterm/Makefile
@@ -52,6 +52,9 @@ MANDIR=$(PREFIX)/share/man MAN3DIR=$(MANDIR)/man3 +# Uncomment to check for memory access errors with valgrind. +# VALGRIND=1 + all: $(LIBRARY) $(BINFILES) $(LIBRARY): $(OBJECTS)