Re: editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 11:24:49PM +0100, Stuart Henderson wrote: > On 2018/04/11 00:16, Klemens Nanni wrote: > > +Index: Makefile > > +--- Makefile.orig > > Makefile > > +@@ -136,10 +136,6 @@ luacheck: > > + @luacheck --config .luacheckrc lua test/lua | less -RFX > > + > > + install: $(ELF

Re: editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Stuart Henderson
On 2018/04/11 00:16, Klemens Nanni wrote: > Repeated pattern searching (`./' and holding `n' to reproduce) would > cause an out-of-bounds access, upstream quickly fixed the issue after > I reported it. > > This also revealed an oversight on my site: Binaries are stripped > regardless of DEBUG, so

editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
Repeated pattern searching (`./' and holding `n' to reproduce) would cause an out-of-bounds access, upstream quickly fixed the issue after I reported it. This also revealed an oversight on my site: Binaries are stripped regardless of DEBUG, so patch upstream's Makefile until this is fixed as well.