eserte / perl-tk

the perl module Tk
https://metacpan.org/release/Tk
Other
44 stars 31 forks source link

RT-121631 works around the fact that latest clang/llvm strcpy/strncpy… #28

Closed aufflick closed 7 years ago

aufflick commented 7 years ago

… runtime checks crash with a buffer overrun check on Tcl’s structures defined with placeholder char[4] entries that are used for arbitrary length strings.

https://rt.cpan.org/Ticket/Display.html?id=121631

aufflick commented 7 years ago

Weird that one of the Perl 5.14 tests failed, is that expected?

eserte commented 7 years ago

Unfortunately the wm-tcl.t test fails sometimes, see http://analysis.cpantesters.org/reports_by_field?distv=Tk-804.033;field=fail%3At%2Fwm-tcl.t I restarted the failing travis-ci build and now it seems fine.