Frederic Cambus

Results 5 issues of Frederic Cambus

I found two occurences of NULL pointer dereferences when fuzzing validns with American Fuzzy Lop. 1) The first occurence happens in the name2findable_name() function, and can be triggered with the...

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...

Bug
hasCoreDump
segfault
type-core

Hi, After installing the `dotnet-sdk-7.0` package, I'm attempting to build and run PabloDraw as follow: ~~~ dotnet build Source/PabloDraw/PabloDraw.csproj dotnet run --project Source/PabloDraw/PabloDraw.csproj ~~~ Builds succeeds but I get this...