Hi lee On 2015-12-29, lee wrote:
> Elias Diem <[email protected]> writes: > > > Hi > > > > I just got the following while running Vim's testsuite. > > > > <output> > > *** buffer overflow detected ***: vim terminated; report to > > <http://bugs.gentoo.org/> > > Makefile:151: recipe for target 'af.ck' failed > > make[2]: *** [af.ck] Killed > > </output> > > > > The compiler gave me the following warning. > > > > [...] > > /usr/include/bits/string3.h:110:3: warning: call to __builtin___strcpy_chk > > will always overflow destination buffer > > return __builtin___strcpy_chk (__dest, __src, __bos (__dest)); > > > > [...] > > > > Should I file a bug? > > The test was successful because the buffer overflow was detected? I think I don't quite understand your question. `make test` failed. Therefore I'd say the test was not successful. I run a hardened profile. I guess that's why the overflow was detected and vim terminated. -- Greetings Elias

