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?

