perl5
perl5 copied to clipboard
🐪 The Perl programming language
Hi, While fuzzing Perl 5.30.1 with Honggfuzz, I found a NULL pointer dereference in the S_pending_ident() function, in toke.c. Attaching a reproducer (gzipped so GitHub accepts it): [test01.pl.gz](https://github.com/Perl/perl5/files/4007258/test01.pl.gz) Issue can...
Migrated from [rt.perl.org#134012](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=134012) (status was 'new') Searchable as RT134012$
Migrated from [rt.perl.org#134027](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=134027) (status was 'new') Searchable as RT134027$
A commit from several months back has caused test failures in CPAN distribution Module-Extract-VERSION (@briandfoy). Sample CPANtesters failure report: http://www.cpantesters.org/cpan/report/c464ec32-111c-11ed-948b-af529faf9438 The failures look like this: ``` $ bleadprove -vb t/corpus.t...
On Windows 10 - using with gcc/gmake - t/op/sprintf2.t fails when build is done **without** `USE_MINGW_ANSI_STDIO`:[^1] ``` # Failed test 1704 - sprintf( "%.54g", 0.3 ) renders correctly at op/sprintf2.t...
The POSIX 2008 locale API introduces per-thread locales. But the previous global locale system is retained, probably for backward compatibility. Prior to this commit, there was a bug in which,...
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.42 running under perl 5.37.4. ----------------------------------------------------------------- [Please describe your issue here] BBC: Blead...
Rename and convert README from Markdown to POD POD is Perl native markup, Markdown is foreign to Perl. Why not to respect and use POD where ever possible when GitHub...
This is a bug report for perl from "Carlos Guevara" , generated with the help of perlbug 1.42 running under perl 5.37.4. ----------------------------------------------------------------- [Please describe your issue here] BBC: Blead...
**Description** I'am building Perl 5.37.2 on Windows 8.1 64 bit using MinGW-w64 (gcc (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 10.3.0). I am using gcc, which can be found at https://winlibs.com/...