bulk88
bulk88
> We had at least one bug #12993 report where a 32-bit Linux system was allocating memory above the 2G mark in a child thread. So are negative pointers or...
I have the same problem in the last month, allorigins changed their Accept: header from something safe like, this is from IE 9, ``` "Accept": "text/html, application/xhtml+xml, */*", ``` to...
``` void CLONE(SV* classname, UV uv_params = 0) CODE: CLONE_PARAMS* params = INT2PTR(params); ``` Can't C level arg `CLONE_PARAMS* params` be smuggled somewhere inside the child `my_perl` struct instead? Less...
If my_perl or CV* data smuggling is not picked as the final solution. I suggest adding CLONE_PARAMS * type to the root p5p typemap file so the user has less...
> > If my_perl or CV* data smuggling is not picked as the final solution. > > I'm not very invested in any particular solution, I'm mainly invested in solving...
[S_invlist_trim_pv_shrink_evt_trace.txt](https://github.com/user-attachments/files/19775753/S_invlist_trim_pv_shrink_evt_trace.txt) made a log, "if( new == old ) goto skip;" isn't captured in the log. I already removed that permutation in the test build. byte counts are in hex/base16...
I'm just gonna drop a link here in this randomly picked ticket https://github.com/Perl/perl5/issues/23359 There are around 6 - 10 stalled PRs open related to the regexp engine's abuse of RenewTrim()...
Whats the point or purpose or proposal of this ticket? All of blead's Win2K/XP related code was removed a few years ago while I was busy with another non-perl job...
https://grep.metacpan.org/search?size=20&_bb=86025425&q=%5C%28caller%5C%29%5C%5B&qft=*.pm%2C+*.t&qd=&qifl= Should've been done 30 years ago. Most PP devs think `(caller())[\w]` is constant folded as if Perl is identical to C++. The truth is list context PP `context()` is...
> Hmmm, if I can co-opt `op_private` then it's likely possible to cover individual elements 1,2,3 and in-order slices like `[1,2]`, which seem to make up the majority of usage...