Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an error reporting bug in ExtUtils::ParseXS #21082

Merged
merged 2 commits into from May 9, 2023

Conversation

tonycoz
Copy link
Contributor

@tonycoz tonycoz commented May 8, 2023

sub death would try to deref "2" and crash rather than reporting the error.

Encountered as an attempt to reference "2" from mis-typed
parameter type.
# Conflicts:
#	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
#	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
#	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
#	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
#	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm
@Leont Leont merged commit a12bd18 into Perl:blead May 9, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants