You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
perl_clone() in sv.c should initialize all members of the proto_perl() before use. It seems that from the first day we added internal_random_state() we have not been initializing it properly in sv.c
I have a patch, but I wanted to create an issue first.
Steps to Reproduce
N/A
Expected behavior
We should either be treating it the same as random_state or we should initialize it in some well defined way. We should not be using undefined bytes in the structure.
Perl configuration
This is true as of 5.41.9
The text was updated successfully, but these errors were encountered:
Description
perl_clone() in sv.c should initialize all members of the proto_perl() before use. It seems that from the first day we added internal_random_state() we have not been initializing it properly in sv.c
I have a patch, but I wanted to create an issue first.
Steps to Reproduce
N/A
Expected behavior
We should either be treating it the same as random_state or we should initialize it in some well defined way. We should not be using undefined bytes in the structure.
Perl configuration
This is true as of 5.41.9
The text was updated successfully, but these errors were encountered: